diff --git a/ex6/ex6.cpp b/ex6/ex6.cpp index b2fbd5d..e9faa8d 100644 --- a/ex6/ex6.cpp +++ b/ex6/ex6.cpp @@ -1,5 +1,5 @@ -#include "vec.cpp" -#include "list.cpp" +#include "vec.h" +#include "list.h" #include "score.h" #include #include