diff options
Diffstat (limited to 'src/ui/render/BorderRenderObject.cpp')
-rw-r--r-- | src/ui/render/BorderRenderObject.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/ui/render/BorderRenderObject.cpp b/src/ui/render/BorderRenderObject.cpp index 9b886348..61af27bc 100644 --- a/src/ui/render/BorderRenderObject.cpp +++ b/src/ui/render/BorderRenderObject.cpp @@ -1,13 +1,13 @@ -#include "cru/ui/render/BorderRenderObject.hpp" - -#include "../Helper.hpp" -#include "cru/common/Logger.hpp" -#include "cru/platform/graphics/Factory.hpp" -#include "cru/platform/graphics/Geometry.hpp" -#include "cru/platform/graphics/util/Painter.hpp" -#include "cru/ui/Base.hpp" -#include "cru/ui/DebugFlags.hpp" -#include "cru/ui/style/ApplyBorderStyleInfo.hpp" +#include "cru/ui/render/BorderRenderObject.h" + +#include "../Helper.h" +#include "cru/common/Logger.h" +#include "cru/platform/graphics/Factory.h" +#include "cru/platform/graphics/Geometry.h" +#include "cru/platform/graphics/util/Painter.h" +#include "cru/ui/Base.h" +#include "cru/ui/DebugFlags.h" +#include "cru/ui/style/ApplyBorderStyleInfo.h" #include <algorithm> |