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-07-17 16:55:22 +02:00
parent 8c29f58728
commit e99df3a512
12 changed files with 30 additions and 22 deletions
@@ -1 +0,0 @@
#include <../private/libroot/directories.h>
@@ -0,0 +1 @@
#include <../private/system/directories.h>