diff options
Diffstat (limited to 'src/VBox/Runtime/r3/posix/path2-posix.cpp')
-rw-r--r-- | src/VBox/Runtime/r3/posix/path2-posix.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/VBox/Runtime/r3/posix/path2-posix.cpp b/src/VBox/Runtime/r3/posix/path2-posix.cpp index abc2ce29a..856424d78 100644 --- a/src/VBox/Runtime/r3/posix/path2-posix.cpp +++ b/src/VBox/Runtime/r3/posix/path2-posix.cpp @@ -48,10 +48,6 @@ #include "internal/process.h" #include "internal/fs.h" -#ifdef RT_OS_L4 -# include <l4/vboxserver/vboxserver.h> -#endif - RTR3DECL(int) RTPathQueryInfo(const char *pszPath, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAdditionalAttribs) { |