| Index: sky/engine/wtf/FilePrintStream.cpp
|
| diff --git a/sky/engine/wtf/FilePrintStream.cpp b/sky/engine/wtf/FilePrintStream.cpp
|
| index b2b29679217db5cc5e87eca75f63f5c19a0036fa..db62aaa6ade318d87d7df6f9c72502b6ad4829b3 100644
|
| --- a/sky/engine/wtf/FilePrintStream.cpp
|
| +++ b/sky/engine/wtf/FilePrintStream.cpp
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "FilePrintStream.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/wtf/FilePrintStream.h"
|
|
|
| namespace WTF {
|
|
|
|
|