| Index: core/fxge/cfx_graphstate.h
|
| diff --git a/core/fxge/include/cfx_graphstate.h b/core/fxge/cfx_graphstate.h
|
| similarity index 85%
|
| rename from core/fxge/include/cfx_graphstate.h
|
| rename to core/fxge/cfx_graphstate.h
|
| index 1faec0db7e623b4b7a6ab18a50e4377ed48bea9a..19cd03c8e122be1fbc0ed7b17bcc301fbb62601d 100644
|
| --- a/core/fxge/include/cfx_graphstate.h
|
| +++ b/core/fxge/cfx_graphstate.h
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FXGE_INCLUDE_CFX_GRAPHSTATE_H_
|
| -#define CORE_FXGE_INCLUDE_CFX_GRAPHSTATE_H_
|
| +#ifndef CORE_FXGE_CFX_GRAPHSTATE_H_
|
| +#define CORE_FXGE_CFX_GRAPHSTATE_H_
|
|
|
| #include "core/fxcrt/cfx_count_ref.h"
|
| -#include "core/fxge/include/cfx_graphstatedata.h"
|
| +#include "core/fxge/cfx_graphstatedata.h"
|
|
|
| class CPDF_Array;
|
|
|
| @@ -41,4 +41,4 @@ class CFX_GraphState {
|
| CFX_CountRef<CFX_GraphStateData> m_Ref;
|
| };
|
|
|
| -#endif // CORE_FXGE_INCLUDE_CFX_GRAPHSTATE_H_
|
| +#endif // CORE_FXGE_CFX_GRAPHSTATE_H_
|
|
|