Index: /trunk/src/VBox/VMM/VMMAll/EMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/EMAll.cpp	(revision 62290)
+++ /trunk/src/VBox/VMM/VMMAll/EMAll.cpp	(revision 62291)
@@ -44,5 +44,4 @@
 #include <VBox/disopcode.h>
 #include <VBox/log.h>
-#include "internal/pgm.h"
 #include <iprt/assert.h>
 #include <iprt/asm.h>
Index: /trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/IEMAll.cpp	(revision 62290)
+++ /trunk/src/VBox/VMM/VMMAll/IEMAll.cpp	(revision 62291)
@@ -94,5 +94,4 @@
 #include <VBox/vmm/pdm.h>
 #include <VBox/vmm/pgm.h>
-#include <internal/pgm.h>
 #include <VBox/vmm/iom.h>
 #include <VBox/vmm/em.h>
Index: /trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp	(revision 62290)
+++ /trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp	(revision 62291)
@@ -39,5 +39,4 @@
 #include <iprt/param.h>
 #include <iprt/x86.h>
-#include "internal/pgm.h"
 
 
Index: /trunk/src/VBox/VMM/VMMR3/CPUM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/CPUM.cpp	(revision 62290)
+++ /trunk/src/VBox/VMM/VMMR3/CPUM.cpp	(revision 62291)
@@ -132,5 +132,4 @@
 #include <iprt/mp.h>
 #include <iprt/string.h>
-#include "internal/pgm.h"
 
 
Index: /trunk/src/VBox/VMM/VMMR3/CSAM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/CSAM.cpp	(revision 62290)
+++ /trunk/src/VBox/VMM/VMMR3/CSAM.cpp	(revision 62291)
@@ -66,5 +66,4 @@
 #include <iprt/assert.h>
 #include <iprt/string.h>
-#include "internal/pgm.h"
 
 
Index: /trunk/src/VBox/VMM/VMMR3/DBGFAddr.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/DBGFAddr.cpp	(revision 62290)
+++ /trunk/src/VBox/VMM/VMMR3/DBGFAddr.cpp	(revision 62291)
@@ -33,5 +33,4 @@
 #include <VBox/err.h>
 #include <VBox/log.h>
-#include "internal/pgm.h"
 
 
Index: /trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp	(revision 62290)
+++ /trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp	(revision 62291)
@@ -36,5 +36,4 @@
 #include <VBox/vmm/vm.h>
 #include <VBox/vmm/uvm.h>
-#include "internal/pgm.h"
 
 #include <VBox/log.h>
Index: /trunk/src/VBox/VMM/VMMR3/FTM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/FTM.cpp	(revision 62290)
+++ /trunk/src/VBox/VMM/VMMR3/FTM.cpp	(revision 62291)
@@ -42,6 +42,4 @@
 #include <iprt/semaphore.h>
 #include <iprt/asm.h>
-
-#include "internal/pgm.h"
 
 
Index: /trunk/src/VBox/VMM/VMMR3/MMHyper.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/MMHyper.cpp	(revision 62290)
+++ /trunk/src/VBox/VMM/VMMR3/MMHyper.cpp	(revision 62291)
@@ -30,5 +30,4 @@
 #include <VBox/param.h>
 #include <VBox/log.h>
-#include "internal/pgm.h"
 #include <iprt/alloc.h>
 #include <iprt/assert.h>
Index: /trunk/src/VBox/VMM/VMMR3/MMPagePool.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/MMPagePool.cpp	(revision 62290)
+++ /trunk/src/VBox/VMM/VMMR3/MMPagePool.cpp	(revision 62291)
@@ -29,5 +29,4 @@
 #include <VBox/err.h>
 #include <VBox/log.h>
-#include "internal/pgm.h"
 #include <iprt/alloc.h>
 #include <iprt/assert.h>
Index: /trunk/src/VBox/VMM/VMMR3/PATM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PATM.cpp	(revision 62290)
+++ /trunk/src/VBox/VMM/VMMR3/PATM.cpp	(revision 62291)
@@ -63,5 +63,4 @@
 #include <VBox/dis.h>
 #include <VBox/disopcode.h>
-#include "internal/pgm.h"
 
 #include <iprt/string.h>
Index: /trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp	(revision 62290)
+++ /trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp	(revision 62291)
@@ -36,5 +36,4 @@
 #include <VBox/vmm/vm.h>
 #include <VBox/vmm/csam.h>
-#include "internal/pgm.h"
 #include <VBox/dbg.h>
 #include <VBox/err.h>
Index: /trunk/src/VBox/VMM/VMMR3/TRPM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/TRPM.cpp	(revision 62290)
+++ /trunk/src/VBox/VMM/VMMR3/TRPM.cpp	(revision 62291)
@@ -82,5 +82,4 @@
 #include <VBox/vmm/em.h>
 #include <VBox/vmm/pgm.h>
-#include "internal/pgm.h"
 #include <VBox/vmm/dbgf.h>
 #include <VBox/vmm/mm.h>
Index: /trunk/src/VBox/VMM/include/PGMInternal.h
===================================================================
--- /trunk/src/VBox/VMM/include/PGMInternal.h	(revision 62290)
+++ /trunk/src/VBox/VMM/include/PGMInternal.h	(revision 62291)
@@ -35,5 +35,4 @@
 #include <VBox/vmm/hm.h>
 #include <VBox/vmm/hm_vmx.h>
-#include "internal/pgm.h"
 #include <iprt/asm.h>
 #include <iprt/assert.h>
