| Index: core/fxge/fx_freetype.h
|
| diff --git a/core/fxge/include/fx_freetype.h b/core/fxge/fx_freetype.h
|
| similarity index 98%
|
| rename from core/fxge/include/fx_freetype.h
|
| rename to core/fxge/fx_freetype.h
|
| index 533974dc2e6fda33b2f3e36e0f0847a33d16f9a7..8ead6b755cc45f0d4ec63739fe42bd555ee2a711 100644
|
| --- a/core/fxge/include/fx_freetype.h
|
| +++ b/core/fxge/fx_freetype.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FXGE_INCLUDE_FX_FREETYPE_H_
|
| -#define CORE_FXGE_INCLUDE_FX_FREETYPE_H_
|
| +#ifndef CORE_FXGE_FX_FREETYPE_H_
|
| +#define CORE_FXGE_FX_FREETYPE_H_
|
|
|
| #include <ft2build.h>
|
| #include FT_FREETYPE_H
|
| @@ -177,4 +177,4 @@ void FXFT_adobe_name_from_unicode(char* name, wchar_t unicode);
|
| };
|
| #endif
|
|
|
| -#endif // CORE_FXGE_INCLUDE_FX_FREETYPE_H_
|
| +#endif // CORE_FXGE_FX_FREETYPE_H_
|
|
|