summaryrefslogtreecommitdiff
path: root/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2011-06-30 20:40:47 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2011-06-30 20:40:47 +0000
commite1bf314c657f598a25647622c89ce4af5c6b9d5b (patch)
tree8cbe8e06317b9962db75e3a320f27dddf628ac2c /src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
parent65beedf1e2ecc050bc6bf4c02fe425d0aacec4bd (diff)
downloadVirtualBox-svn-e1bf314c657f598a25647622c89ce4af5c6b9d5b.tar.gz
Runtime: add C++-like vector implementation in C, burn fix
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@37721 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp')
-rw-r--r--src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp b/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
index 6b5122e9845..9e345d84a9a 100644
--- a/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
+++ b/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
@@ -20,6 +20,7 @@
#include <iprt/err.h>
#include <iprt/assert.h>
+#include <iprt/vector.h>
#include <VBox/log.h>
#include "seamless-guest.h"
@@ -29,8 +30,6 @@
#include <limits.h>
-#include "vector.h"
-
#ifdef TESTCASE
#undef DefaultRootWindow
#define DefaultRootWindow XDefaultRootWindow