From 7fbd79858e3bcf36b8c88197d36c9e482727f352 Mon Sep 17 00:00:00 2001 From: k9889 Date: Thu, 10 Oct 2019 00:16:52 +0530 Subject: [PATCH] HF --- tests.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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() {