From c475e3f8d165e91cbafe4e34ae1ca3c857533703 Mon Sep 17 00:00:00 2001 From: Nicolai Skogheim Date: Thu, 23 Jun 2016 04:46:21 +0200 Subject: cmake: remove unused includes (#4947) --- src/nvim/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index feb17e070e..d80add2835 100644 --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt @@ -1,6 +1,3 @@ -include(CheckLibraryExists) -include(CheckCCompilerFlag) - option(USE_GCOV "Enable gcov support" OFF) if(NOT CLANG_TSAN) -- cgit