| Index: sky/engine/wtf/PrintStream.cpp
|
| diff --git a/sky/engine/wtf/PrintStream.cpp b/sky/engine/wtf/PrintStream.cpp
|
| index 09cdf386fc5f89d3344a05aa89c7957f0bb57676..2c934a12b14696b08b4b906a4b48f51b1bb4faf0 100644
|
| --- a/sky/engine/wtf/PrintStream.cpp
|
| +++ b/sky/engine/wtf/PrintStream.cpp
|
| @@ -23,12 +23,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "PrintStream.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/wtf/PrintStream.h"
|
|
|
| #include <stdio.h>
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/wtf/text/CString.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace WTF {
|
|
|
|
|