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/cursor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/cursor.cpp') diff --git a/src/ui/cursor.cpp b/src/ui/cursor.cpp index e1f0e5ef..cf88cd25 100644 --- a/src/ui/cursor.cpp +++ b/src/ui/cursor.cpp @@ -1,6 +1,6 @@ -#include "cursor.h" +#include "cursor.hpp" -#include "exception.h" +#include "exception.hpp" namespace cru::ui { -- cgit v1.2.3