Remove ../ includes in src/lib

This commit is contained in:
Andrew Nelless
2017-03-09 14:32:41 +00:00
parent 0cd45ba1ef
commit fedbcb0f3a
33 changed files with 15 additions and 100 deletions

View File

@@ -21,11 +21,6 @@ if (SYNERGY_ADD_HEADERS)
list(APPEND sources ${headers})
endif()
include_directories(
../
../../../ext
)
add_library(client STATIC ${sources})
if (UNIX)