Index: core/fxge/ifx_systemfontinfo.h |
diff --git a/core/fxge/include/ifx_systemfontinfo.h b/core/fxge/ifx_systemfontinfo.h |
similarity index 86% |
rename from core/fxge/include/ifx_systemfontinfo.h |
rename to core/fxge/ifx_systemfontinfo.h |
index b5bab6fe31d9863f93a1dda4885fd29c9abc41b9..5eb3147c5421399a91df9d8b61213ed1fd1215ce 100644 |
--- a/core/fxge/include/ifx_systemfontinfo.h |
+++ b/core/fxge/ifx_systemfontinfo.h |
@@ -4,11 +4,11 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef CORE_FXGE_INCLUDE_IFX_SYSTEMFONTINFO_H_ |
-#define CORE_FXGE_INCLUDE_IFX_SYSTEMFONTINFO_H_ |
+#ifndef CORE_FXGE_IFX_SYSTEMFONTINFO_H_ |
+#define CORE_FXGE_IFX_SYSTEMFONTINFO_H_ |
-#include "core/fxge/include/cfx_fontmapper.h" |
-#include "core/fxge/include/fx_font.h" |
+#include "core/fxge/cfx_fontmapper.h" |
+#include "core/fxge/fx_font.h" |
const uint32_t kTableNAME = FXDWORD_GET_MSBFIRST("name"); |
const uint32_t kTableTTCF = FXDWORD_GET_MSBFIRST("ttcf"); |
@@ -46,4 +46,4 @@ class IFX_SystemFontInfo { |
virtual void DeleteFont(void* hFont) = 0; |
}; |
-#endif // CORE_FXGE_INCLUDE_IFX_SYSTEMFONTINFO_H_ |
+#endif // CORE_FXGE_IFX_SYSTEMFONTINFO_H_ |