aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/TextBlock.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/controls/TextBlock.hpp')
-rw-r--r--include/cru/ui/controls/TextBlock.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/TextBlock.hpp b/include/cru/ui/controls/TextBlock.hpp
index 8a9a3bff..fdfdb2fa 100644
--- a/include/cru/ui/controls/TextBlock.hpp
+++ b/include/cru/ui/controls/TextBlock.hpp
@@ -1,5 +1,5 @@
#pragma once
-#include "../NoChildControl.hpp"
+#include "NoChildControl.hpp"
namespace cru::ui::controls {
template <typename TControl>