summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/r3/posix/path2-posix.cpp
diff options
context:
space:
mode:
authorRitesh Raj Sarraf <rrs@debian.org>2013-11-19 03:24:56 -0500
committerRitesh Raj Sarraf <rrs@debian.org>2013-12-03 12:33:38 +0530
commit6efaaad77695d94c0a51e717f0bc5eccbc5092ea (patch)
tree4a0e39cf6af4b9db9625814335dbdbe5b7637679 /src/VBox/Runtime/r3/posix/path2-posix.cpp
parent668830cfe133a3a652325266a03dead61a50117b (diff)
downloadvirtualbox-6efaaad77695d94c0a51e717f0bc5eccbc5092ea.tar.gz
Imported Upstream version 4.3.2-dfsg
Diffstat (limited to 'src/VBox/Runtime/r3/posix/path2-posix.cpp')
-rw-r--r--src/VBox/Runtime/r3/posix/path2-posix.cpp4
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)
{