diff --git a/turbolist.h b/TurboList.hpp similarity index 100% rename from turbolist.h rename to TurboList.hpp diff --git a/main.cpp b/main.cpp index 0be4460..1736ce7 100644 --- a/main.cpp +++ b/main.cpp @@ -2,7 +2,7 @@ #include #include -#include"turbolist.h" +#include"TurboList.hpp" #define PRINT_DBG 1