diff --git a/src/guiengine/scalable_font.hpp b/src/guiengine/scalable_font.hpp index 7cf893c46..98962e6d3 100644 --- a/src/guiengine/scalable_font.hpp +++ b/src/guiengine/scalable_font.hpp @@ -5,17 +5,19 @@ #ifndef __C_GUI_FONT_H_INCLUDED__ #define __C_GUI_FONT_H_INCLUDED__ -#include "IrrCompileConfig.h" +#include "utils/leak_check.hpp" +#include "IrrCompileConfig.h" #include "IGUIFontBitmap.h" #include "irrString.h" #include "irrMap.h" #include "IXMLReader.h" #include "IReadFile.h" #include "irrArray.h" -#include -#include "utils/leak_check.hpp" + +#include +#include namespace irr {