From 74bb9cd27242b9320f99ff4d2b50c3051576cc14 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 8 Feb 2022 16:53:51 +0800 Subject: ... --- src/theme_builder/components/MainWindow.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/theme_builder/components/MainWindow.cpp') diff --git a/src/theme_builder/components/MainWindow.cpp b/src/theme_builder/components/MainWindow.cpp index d52193f1..31530491 100644 --- a/src/theme_builder/components/MainWindow.cpp +++ b/src/theme_builder/components/MainWindow.cpp @@ -1,7 +1,7 @@ -#include "MainWindow.hpp" -#include "cru/ui/Base.hpp" -#include "cru/ui/controls/StackLayout.hpp" -#include "cru/ui/controls/TextBlock.hpp" +#include "MainWindow.h" +#include "cru/ui/Base.h" +#include "cru/ui/controls/StackLayout.h" +#include "cru/ui/controls/TextBlock.h" namespace cru::theme_builder { using namespace cru::ui; -- cgit v1.2.3