includes: remove unused global include directories

This commit is contained in:
Beat Küng 2019-10-25 10:58:46 +02:00
parent 3198610f85
commit dc601f15f1
1 changed files with 0 additions and 3 deletions

View File

@ -169,9 +169,7 @@ function(px4_add_common_flags)
include_directories(
${PX4_BINARY_DIR}
${PX4_BINARY_DIR}/src
${PX4_BINARY_DIR}/src/lib
${PX4_BINARY_DIR}/src/modules
${PX4_SOURCE_DIR}/platforms/${PX4_PLATFORM}/src/px4/${PX4_CHIP_MANUFACTURER}/${PX4_CHIP}/include
${PX4_SOURCE_DIR}/platforms/${PX4_PLATFORM}/src/px4/common/include
@ -182,7 +180,6 @@ function(px4_add_common_flags)
${PX4_SOURCE_DIR}/src/lib/DriverFramework/framework/include
${PX4_SOURCE_DIR}/src/lib/matrix
${PX4_SOURCE_DIR}/src/modules
${PX4_SOURCE_DIR}/src/platforms
)
add_definitions(