diff --git a/headers/os/storage/SymLink.h b/headers/os/storage/SymLink.h index ae7103b072..c681fda6a2 100644 --- a/headers/os/storage/SymLink.h +++ b/headers/os/storage/SymLink.h @@ -14,7 +14,6 @@ #include #include -#include "kernel_interface.h" #ifdef USE_OPENBEOS_NAMESPACE namespace OpenBeOS { diff --git a/src/kits/storage/SymLink.cpp b/src/kits/storage/SymLink.cpp index a64ddf3cf1..f62f969ffc 100644 --- a/src/kits/storage/SymLink.cpp +++ b/src/kits/storage/SymLink.cpp @@ -12,8 +12,10 @@ #include #include #include +#include #include -#include +#include "kernel_interface.h" +#include "storage_support.h" #ifdef USE_OPENBEOS_NAMESPACE namespace OpenBeOS {