bluld: Do not include kernel headers into user space application
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 15 Aug 2022 14:56:14 +0000 (16:56 +0200)
committerRosen Penev <rosenp@gmail.com>
Tue, 16 Aug 2022 20:12:16 +0000 (13:12 -0700)
commit7cef0bca23620644efd7d11e4c1a8272c2f369a2
tree2b48212550a8d12d51042390f028a7f39c1bc1f5
parent49b85f9b5049e11d8bf1141de101212b530124d0
bluld: Do not include kernel headers into user space application

Remove the extra include for kernel headers from this user space
application. These extra includes are causing compile errors when
compiling with glibc. User space applications should not need such
headers.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
utils/bluld/Makefile