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:
Ingo Weinhold
2011-11-25 06:19:50 +01:00
parent 9213e9d6a8
commit 085f6723a4
13 changed files with 31 additions and 23 deletions
@@ -1 +0,0 @@
#include <../private/libroot/directories.h>
@@ -0,0 +1 @@
#include <../private/system/directories.h>