]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/BaseLibInternals.h
Rename Protocol/FrameworkHii.h to Protocol/HiiFramework.h to follow the naming conven...
[mirror_edk2.git] / MdePkg / Library / BaseLib / BaseLibInternals.h
index 7b397e3721a79a09c25213c51a1e9e94f0dc2937..51f3c96cb8349ac8e2c95db03f323db8d7d0a096 100644 (file)
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-  Module Name:  BaseLibInternals.h\r
-\r
 **/\r
 \r
 #ifndef __BASE_LIB_INTERNALS__\r
 #define __BASE_LIB_INTERNALS__\r
 \r
-//\r
-// Include common header file for this module.\r
-//\r
-#include "CommonHeader.h"\r
+#include <Base.h>\r
+#include <Library/BaseLib.h>\r
+#include <Library/BaseMemoryLib.h>\r
+#include <Library/DebugLib.h>\r
+#include <Library/TimerLib.h>\r
+#include <Library/PcdLib.h>\r
+\r
 \r
 #define QUIENT_MAX_UINTN_DIVIDED_BY_10      ((UINTN) -1 / 10)\r
 #define REMINDER_MAX_UINTN_DIVIDED_BY_10    ((UINTN) -1 % 10)\r