summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/STAM.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2010-12-27 16:13:13 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2010-12-27 16:13:13 +0000
commit8564dad840b68d84e7f6c8afe5dab9e119134e1c (patch)
treeba33e580225e8ba0ce43842a3b1eff6ee85d7d10 /src/VBox/VMM/VMMR3/STAM.cpp
parent51384b4c5b37faba25b8b6ad0da1a398a36d440d (diff)
downloadVirtualBox-svn-8564dad840b68d84e7f6c8afe5dab9e119134e1c.tar.gz
VMM reorg: Moving the public include files from include/VBox to include/VBox/vmm.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@35346 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/VMM/VMMR3/STAM.cpp')
-rw-r--r--src/VBox/VMM/VMMR3/STAM.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/VMM/VMMR3/STAM.cpp b/src/VBox/VMM/VMMR3/STAM.cpp
index 0796dbf1ce5..48e82e33f87 100644
--- a/src/VBox/VMM/VMMR3/STAM.cpp
+++ b/src/VBox/VMM/VMMR3/STAM.cpp
@@ -48,10 +48,10 @@
* Header Files *
*******************************************************************************/
#define LOG_GROUP LOG_GROUP_STAM
-#include <VBox/stam.h>
+#include <VBox/vmm/stam.h>
#include "STAMInternal.h"
-#include <VBox/vm.h>
-#include <VBox/uvm.h>
+#include <VBox/vmm/vm.h>
+#include <VBox/vmm/uvm.h>
#include <VBox/err.h>
#include <VBox/dbg.h>
#include <VBox/log.h>