diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2010-12-27 16:13:13 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2010-12-27 16:13:13 +0000 |
commit | 8564dad840b68d84e7f6c8afe5dab9e119134e1c (patch) | |
tree | ba33e580225e8ba0ce43842a3b1eff6ee85d7d10 /src/VBox/VMM/VMMAll/CPUMStack.cpp | |
parent | 51384b4c5b37faba25b8b6ad0da1a398a36d440d (diff) | |
download | VirtualBox-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/VMMAll/CPUMStack.cpp')
-rw-r--r-- | src/VBox/VMM/VMMAll/CPUMStack.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/VMM/VMMAll/CPUMStack.cpp b/src/VBox/VMM/VMMAll/CPUMStack.cpp index 306ce172a6c..17c3c8cc984 100644 --- a/src/VBox/VMM/VMMAll/CPUMStack.cpp +++ b/src/VBox/VMM/VMMAll/CPUMStack.cpp @@ -19,10 +19,10 @@ /******************************************************************************* * Header Files * *******************************************************************************/ -#include <VBox/cpum.h> +#include <VBox/vmm/cpum.h> #include "CPUMInternal.h" -#include <VBox/vm.h> -#include <VBox/mm.h> +#include <VBox/vmm/vm.h> +#include <VBox/vmm/mm.h> /** Disable stack frame pointer generation here. */ #if defined(_MSC_VER) && !defined(DEBUG) |