| Index: core/fxge/agg/fx_agg_driver.h
|
| diff --git a/core/src/fxge/agg/fx_agg_driver.h b/core/fxge/agg/fx_agg_driver.h
|
| similarity index 97%
|
| rename from core/src/fxge/agg/fx_agg_driver.h
|
| rename to core/fxge/agg/fx_agg_driver.h
|
| index ac2dfd02e3fcf13f8ff048cca5627ee791f46480..3631016feab2cfb6905271d8a1c72aa03562b6a7 100644
|
| --- a/core/src/fxge/agg/fx_agg_driver.h
|
| +++ b/core/fxge/agg/fx_agg_driver.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_SRC_FXGE_AGG_FX_AGG_DRIVER_H_
|
| -#define CORE_SRC_FXGE_AGG_FX_AGG_DRIVER_H_
|
| +#ifndef CORE_FXGE_AGG_FX_AGG_DRIVER_H_
|
| +#define CORE_FXGE_AGG_FX_AGG_DRIVER_H_
|
|
|
| #include "core/include/fxge/fx_ge.h"
|
| #include "third_party/agg23/agg_clip_liang_barsky.h"
|
| @@ -149,4 +149,4 @@ class CFX_AggDeviceDriver : public IFX_RenderDeviceDriver {
|
| FX_BOOL m_bGroupKnockout;
|
| };
|
|
|
| -#endif // CORE_SRC_FXGE_AGG_FX_AGG_DRIVER_H_
|
| +#endif // CORE_FXGE_AGG_FX_AGG_DRIVER_H_
|
|
|