Initial update to clean up include directories

"initial" because there might some additional modifications necessary later on
This commit is contained in:
Ariel Abreu 2020-05-14 12:57:41 -04:00
parent 0bed997345
commit 3c34d903b4
No known key found for this signature in database
GPG Key ID: F42D99D3C57EFED6

View File

@ -21,9 +21,6 @@ project(kqueue)
if (DARLING) if (DARLING)
include_directories( include_directories(
"${CMAKE_SOURCE_DIR}/src/libc/include"
"${CMAKE_SOURCE_DIR}/src/libc/darwin"
"${CMAKE_SOURCE_DIR}/src/kernel/libsyscall/wrappers"
"${CMAKE_SOURCE_DIR}/src/external/lkm" "${CMAKE_SOURCE_DIR}/src/external/lkm"
) )