Skip to content

Commit d060427

Browse files
QuzarDCQuzarDC
authored andcommitted
library: Reduce include scope.
`<kos/fs.h>` was only being used because it brought along `<sys/queue.h>` so unrolling that.
1 parent b810edc commit d060427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/kos/library.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
__BEGIN_DECLS
3333

3434
#include <kos/elf.h>
35-
#include <kos/fs.h>
35+
#include <sys/queue.h>
3636

3737
/** \defgroup system_libraries Libraries
3838
\brief API for managing dynamically loaded libraries

0 commit comments

Comments
 (0)