From efdce672123284847bd7fb6f12ac1ec96f28f3ef Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 7 Nov 2018 21:40:04 +0800 Subject: Make all header *.hpp . --- src/ui/controls/text_box.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui/controls/text_box.cpp') 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 #include -#include "graph/graph.h" -#include "exception.h" +#include "graph/graph.hpp" +#include "exception.hpp" namespace cru::ui::controls { -- cgit v1.2.3