cmake: remove include/drivers from include lists

Files that need something from this directory should be using the
prefix, e.g. <drivers/sensor.h> instead of just <sensor.h>.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-01-08 17:17:30 -06:00 committed by Carles Cufí
parent 344c109f02
commit 235a5e5e4b

View file

@ -73,7 +73,6 @@ zephyr_library_named(zephyr)
zephyr_include_directories(
include
include/drivers
${PROJECT_BINARY_DIR}/include/generated
${USERINCLUDE}
${STDINCLUDE}