examples: drop unnecessary include_directories

wlr_inc is already pulled in via the wlroots dep. proto_inc is
already pulled in because extra_src contains these headers.
This commit is contained in:
Simon Ser 2023-06-14 16:33:18 +02:00
parent 753f3cc4fa
commit 840fd7dce6
1 changed files with 0 additions and 1 deletions

View File

@ -200,7 +200,6 @@ foreach name, info : compositors
name,
[info.get('src'), extra_src],
dependencies: [wlroots, libdrm],
include_directories: [wlr_inc, proto_inc],
build_by_default: get_option('examples'),
)
endforeach