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