diff options
Diffstat (limited to 'core/include/fxcrt/fx_ext.h')
-rw-r--r-- | core/include/fxcrt/fx_ext.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/core/include/fxcrt/fx_ext.h b/core/include/fxcrt/fx_ext.h index 03a9d0d820..f24f4549a3 100644 --- a/core/include/fxcrt/fx_ext.h +++ b/core/include/fxcrt/fx_ext.h @@ -7,11 +7,7 @@ #ifndef CORE_INCLUDE_FXCRT_FX_EXT_H_ #define CORE_INCLUDE_FXCRT_FX_EXT_H_ -#include "fx_arb.h" -#include "fx_basic.h" -#include "fx_coordinates.h" -#include "fx_ucd.h" -#include "fx_xml.h" +#include "fx_system.h" #ifdef __cplusplus extern "C" { |