summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/dvm/dvmgpt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Runtime/common/dvm/dvmgpt.cpp')
-rw-r--r--src/VBox/Runtime/common/dvm/dvmgpt.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/VBox/Runtime/common/dvm/dvmgpt.cpp b/src/VBox/Runtime/common/dvm/dvmgpt.cpp
index 106f5de5d2f..3c47efea4e6 100644
--- a/src/VBox/Runtime/common/dvm/dvmgpt.cpp
+++ b/src/VBox/Runtime/common/dvm/dvmgpt.cpp
@@ -28,13 +28,14 @@
/*********************************************************************************************************************************
* Header Files *
*********************************************************************************************************************************/
-#include <iprt/types.h>
+#include <iprt/dvm.h>
+
#include <iprt/assert.h>
+#include <iprt/asm.h>
#include <iprt/mem.h>
-#include <iprt/dvm.h>
#include <iprt/string.h>
+#include <iprt/utf16.h>
#include <iprt/uuid.h>
-#include <iprt/asm.h>
#include "internal/dvm.h"