X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FLibrary%2FUefiLibFramework%2FUefiLibFramework.h;h=9d91611cd6834c7278367a8923d566ffe7a58a17;hp=4bdc4b1edcfa65f04d093e9e1b57fd0ce94689bb;hb=b51e6bc460faece1e936a247fcbc0680bf487d2d;hpb=564995cdf55ca9dc057d0c966947caa7ace20e21;ds=sidebyside diff --git a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h b/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h index 4bdc4b1edc..9d91611cd6 100644 --- a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h +++ b/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h @@ -18,7 +18,20 @@ #ifndef _UEFI_LIB_FRAMEWORK_H_ #define _UEFI_LIB_FRAMEWORK_H_ +// +// The package level header files this module uses +// #include +// +// The protocols, PPI and GUID defintions for this module +// +#include +#include +#include +// +// The Library classes this module consumes +// +#include #include #include #include @@ -26,6 +39,5 @@ #include #include #include -#include #endif