| Index: sky/engine/wtf/DataLog.cpp
|
| diff --git a/sky/engine/wtf/DataLog.cpp b/sky/engine/wtf/DataLog.cpp
|
| index 441fe7d4b40239e741a0c5a6bd752c42a281f067..3763c055d8f659913af735b28e8983f18dfeb887 100644
|
| --- a/sky/engine/wtf/DataLog.cpp
|
| +++ b/sky/engine/wtf/DataLog.cpp
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "DataLog.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/wtf/DataLog.h"
|
|
|
| #if OS(POSIX)
|
| #include <pthread.h>
|
|
|