diff options
Diffstat (limited to 'src/graph/graph.cpp')
-rw-r--r-- | src/graph/graph.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |