| Index: core/fxge/apple/fx_quartz_device.cpp
|
| diff --git a/core/fxge/apple/fx_quartz_device.cpp b/core/fxge/apple/fx_quartz_device.cpp
|
| index 6a0260b1d62731a7422bc3c2c499cfe8e1fd3cb6..908971077818ff19ae1154d76175ccb3a0ce007f 100644
|
| --- a/core/fxge/apple/fx_quartz_device.cpp
|
| +++ b/core/fxge/apple/fx_quartz_device.cpp
|
| @@ -4,13 +4,13 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "core/fxcrt/include/fx_ext.h"
|
| +#include "core/fxcrt/fx_ext.h"
|
|
|
| #ifndef _SKIA_SUPPORT_
|
| #include "core/fxge/agg/fx_agg_driver.h"
|
| #endif
|
|
|
| -#include "core/fxcrt/include/fx_memory.h"
|
| +#include "core/fxcrt/fx_memory.h"
|
| #include "core/fxge/dib/dib_int.h"
|
| #include "core/fxge/ge/fx_text_int.h"
|
| #include "core/fxge/include/cfx_gemodule.h"
|
|
|