Index: third_party/freetype/include/fterrors.h |
diff --git a/core/include/thirdparties/freetype/freetype/fterrors.h b/third_party/freetype/include/fterrors.h |
similarity index 98% |
rename from core/include/thirdparties/freetype/freetype/fterrors.h |
rename to third_party/freetype/include/fterrors.h |
index bd69d0f5e18c09d4b0fe37e4e8b824f91d1b299f..0fa3e4dce19e179a66e7581c09af2035edc89538 100644 |
--- a/core/include/thirdparties/freetype/freetype/fterrors.h |
+++ b/third_party/freetype/include/fterrors.h |
@@ -75,7 +75,7 @@ |
/* const char* err_msg; */ |
/* } ft_errors[] = */ |
/* */ |
- /* #include "fterrors.h" */ |
+ /* #include FT_ERRORS_H */ |
/* } */ |
/* */ |
/*************************************************************************/ |
@@ -86,7 +86,7 @@ |
/* include module base error codes */ |
-#include "ftmoderr.h" |
+#include FT_MODULE_ERRORS_H |
/*******************************************************************/ |
@@ -157,7 +157,7 @@ |
/* now include the error codes */ |
-#include "fterrdef.h" |
+#include FT_ERROR_DEFINITIONS_H |
#ifdef FT_ERROR_END_LIST |