aboutsummaryrefslogtreecommitdiff
path: root/src/ui/controls/text_box.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/controls/text_box.cpp')
-rw-r--r--src/ui/controls/text_box.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/controls/text_box.cpp b/src/ui/controls/text_box.cpp
index a132ba67..605e1a24 100644
--- a/src/ui/controls/text_box.cpp
+++ b/src/ui/controls/text_box.cpp
@@ -1,10 +1,10 @@
-#include "text_box.h"
+#include "text_box.hpp"
#include <cwctype>
#include <cassert>
-#include "graph/graph.h"
-#include "exception.h"
+#include "graph/graph.hpp"
+#include "exception.hpp"
namespace cru::ui::controls
{