diff options
Diffstat (limited to 'src/ui/render/TextRenderObject.cpp')
-rw-r--r-- | src/ui/render/TextRenderObject.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ui/render/TextRenderObject.cpp b/src/ui/render/TextRenderObject.cpp index f7665beb..675bac3c 100644 --- a/src/ui/render/TextRenderObject.cpp +++ b/src/ui/render/TextRenderObject.cpp @@ -1,11 +1,11 @@ -#include "cru/ui/render/TextRenderObject.hpp" - -#include "../Helper.hpp" -#include "cru/common/Logger.hpp" -#include "cru/platform/graphics/Factory.hpp" -#include "cru/platform/graphics/TextLayout.hpp" -#include "cru/platform/graphics/util/Painter.hpp" -#include "cru/ui/DebugFlags.hpp" +#include "cru/ui/render/TextRenderObject.h" + +#include "../Helper.h" +#include "cru/common/Logger.h" +#include "cru/platform/graphics/Factory.h" +#include "cru/platform/graphics/TextLayout.h" +#include "cru/platform/graphics/util/Painter.h" +#include "cru/ui/DebugFlags.h" #include <algorithm> #include <limits> |