Fix build due to <directories.h> move
Apparently I should have done a complete rebuild after moving directories.h from headers/private/libroot to .../system, since a lot of stuff didn't build anymore.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
#include <../private/libroot/directories.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../private/system/directories.h>
|
||||
Reference in New Issue
Block a user