summaryrefslogtreecommitdiff
path: root/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'Nt32Pkg/WinNtThunkDxe/WinNtThunk.c')
-rw-r--r--Nt32Pkg/WinNtThunkDxe/WinNtThunk.c17
1 files changed, 15 insertions, 2 deletions
diff --git a/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c b/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c
index b803e41d5a..cf21f7c6ed 100644
--- a/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c
+++ b/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c
@@ -27,9 +27,22 @@ Abstract:
--*/
//
-// Include common header file for this module.
+// The package level header files this module uses
//
-#include "CommonHeader.h"
+#include <PiDxe.h>
+#include <WinNtDxe.h>
+//
+// The protocols, PPI and GUID defintions for this module
+//
+#include <Protocol/WinNtThunk.h>
+#include <Protocol/DevicePath.h>
+//
+// The Library classes this module consumes
+//
+#include <Library/DebugLib.h>
+#include <Library/UefiDriverEntryPoint.h>
+#include <Library/WinNtLib.h>
+#include <Library/UefiBootServicesTableLib.h>
#include "WinNtThunk.h"