Remove unused include paths

This commit is contained in:
Andrew Nelless
2017-03-09 14:18:39 +00:00
parent 50dc29394e
commit 0cd45ba1ef
11 changed files with 0 additions and 67 deletions

View File

@@ -26,13 +26,6 @@ include_directories(
../../../ext
)
if (UNIX)
include_directories(
../../..
)
endif()
add_library(client STATIC ${sources})
if (UNIX)