diff --git a/tests.cpp b/tests.cpp index 46f4208..2fc79cb 100644 --- a/tests.cpp +++ b/tests.cpp @@ -1,8 +1,6 @@ //g++ -std=c++14 tests.cpp -o tests && ./tests - +#include #include "LinkedList.h" -#include -#include void GivenNothingInList_WhenSizeCalled_Returns0() {