Index: core/fxge/include/fx_font.h |
diff --git a/core/include/fxge/fx_font.h b/core/fxge/include/fx_font.h |
similarity index 98% |
rename from core/include/fxge/fx_font.h |
rename to core/fxge/include/fx_font.h |
index 4e2b97e6774c7ad0cf855ed519e08b17f09e60fc..aa59e0a5d4f9dbf38fb0a28f7fcf36f79aa06e08 100644 |
--- a/core/include/fxge/fx_font.h |
+++ b/core/fxge/include/fx_font.h |
@@ -4,16 +4,16 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef CORE_INCLUDE_FXGE_FX_FONT_H_ |
-#define CORE_INCLUDE_FXGE_FX_FONT_H_ |
+#ifndef CORE_FXGE_INCLUDE_FX_FONT_H_ |
+#define CORE_FXGE_INCLUDE_FX_FONT_H_ |
#include <map> |
#include <memory> |
#include <vector> |
#include "core/fxcrt/include/fx_system.h" |
-#include "core/include/fxge/fx_dib.h" |
-#include "core/include/fxge/fx_freetype.h" |
+#include "core/fxge/include/fx_dib.h" |
+#include "core/fxge/include/fx_freetype.h" |
typedef struct FT_FaceRec_* FXFT_Face; |
typedef void* FXFT_Library; |
@@ -563,4 +563,4 @@ CFX_ByteString GetNameFromTT(const uint8_t* name_table, |
int PDF_GetStandardFontName(CFX_ByteString* name); |
-#endif // CORE_INCLUDE_FXGE_FX_FONT_H_ |
+#endif // CORE_FXGE_INCLUDE_FX_FONT_H_ |