diff options
Diffstat (limited to 'src/VBox/VMM/VMMR3/PGMMap.cpp')
-rw-r--r-- | src/VBox/VMM/VMMR3/PGMMap.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/VMM/VMMR3/PGMMap.cpp b/src/VBox/VMM/VMMR3/PGMMap.cpp index 832fce8a128..8b41370d1ac 100644 --- a/src/VBox/VMM/VMMR3/PGMMap.cpp +++ b/src/VBox/VMM/VMMR3/PGMMap.cpp @@ -20,10 +20,10 @@ * Header Files * *******************************************************************************/ #define LOG_GROUP LOG_GROUP_PGM -#include <VBox/dbgf.h> -#include <VBox/pgm.h> +#include <VBox/vmm/dbgf.h> +#include <VBox/vmm/pgm.h> #include "PGMInternal.h" -#include <VBox/vm.h> +#include <VBox/vmm/vm.h> #include "PGMInline.h" #include <VBox/log.h> |