From 74bb9cd27242b9320f99ff4d2b50c3051576cc14 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 8 Feb 2022 16:53:51 +0800 Subject: ... --- src/ui/render/TextRenderObject.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/ui/render/TextRenderObject.cpp') 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 #include -- cgit v1.2.3