diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d26434..af61725 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,4 +8,4 @@ add_executable(code main.cpp sort.h ) -target_link_libraries(code gtest gmock pthread) +target_link_libraries(code gtest pthread) diff --git a/main.cpp b/main.cpp index 43654df..15864b9 100644 --- a/main.cpp +++ b/main.cpp @@ -1,7 +1,6 @@ #include "sort.h" #include -#include TEST(QuickSortTest, SortsArrayInAscendingOrder) {