summaryrefslogtreecommitdiff
path: root/src/VBox/HostDrivers/VBoxUSB/win/Install/USBInstall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/HostDrivers/VBoxUSB/win/Install/USBInstall.cpp')
-rw-r--r--src/VBox/HostDrivers/VBoxUSB/win/Install/USBInstall.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/HostDrivers/VBoxUSB/win/Install/USBInstall.cpp b/src/VBox/HostDrivers/VBoxUSB/win/Install/USBInstall.cpp
index bb106e118fa..ced7487e8a6 100644
--- a/src/VBox/HostDrivers/VBoxUSB/win/Install/USBInstall.cpp
+++ b/src/VBox/HostDrivers/VBoxUSB/win/Install/USBInstall.cpp
@@ -32,13 +32,13 @@
#include <iprt/win/setupapi.h>
#include <newdev.h>
#include <iprt/assert.h>
-#include <iprt/err.h>
+#include <iprt/errcore.h>
#include <iprt/initterm.h>
#include <iprt/param.h>
#include <iprt/path.h>
#include <iprt/stream.h>
#include <iprt/string.h>
-#include <VBox/err.h>
+#include <iprt/errcore.h>
#include <stdio.h>
#include <VBox/VBoxDrvCfg-win.h>