From e139c1ca987ad5673751755425cb7987611930b9 Mon Sep 17 00:00:00 2001 From: Denes Matetelki Date: Thu, 25 Apr 2013 21:34:26 +0200 Subject: [PATCH] graph.h renamed to graph.hpp --- graph.h => graph.hpp | 0 main.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename graph.h => graph.hpp (100%) diff --git a/graph.h b/graph.hpp similarity index 100% rename from graph.h rename to graph.hpp diff --git a/main.cpp b/main.cpp index 65e8eb0..c4bd23d 100644 --- a/main.cpp +++ b/main.cpp @@ -2,7 +2,7 @@ #include -#include "graph.h" +#include "graph.hpp" int main() {