mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Fix includes to work nicer with IDEs
This commit is contained in:
parent
2448a04fe8
commit
3db6e1b996
@ -12,7 +12,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
**/
|
||||
|
||||
#include <Library/OcMainLib.h>
|
||||
#include <Uefi.h>
|
||||
|
||||
#include <Guid/OcVariable.h>
|
||||
@ -23,6 +22,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#include <Protocol/SimpleFileSystem.h>
|
||||
#include <Protocol/VMwareDebug.h>
|
||||
|
||||
#include <Library/OcMainLib.h>
|
||||
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/OcDebugLogLib.h>
|
||||
#include <Library/DevicePathLib.h>
|
||||
|
||||
@ -27,8 +27,6 @@
|
||||
#include <Library/OcGuardLib.h>
|
||||
|
||||
#include "PrelinkedInternal.h"
|
||||
#include "ProcessorBind.h"
|
||||
#include "Uefi/UefiInternalFormRepresentation.h"
|
||||
|
||||
STATIC
|
||||
UINTN
|
||||
|
||||
@ -25,7 +25,6 @@
|
||||
#include <Library/OcStringLib.h>
|
||||
|
||||
#include "PrelinkedInternal.h"
|
||||
#include "ProcessorBind.h"
|
||||
|
||||
STATIC
|
||||
UINT64
|
||||
|
||||
@ -12,7 +12,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
**/
|
||||
|
||||
#include "ProcessorBind.h"
|
||||
#include <Base.h>
|
||||
|
||||
#include <Library/OcMainLib.h>
|
||||
|
||||
#include <Library/BaseLib.h>
|
||||
|
||||
@ -12,7 +12,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
**/
|
||||
|
||||
#include "ProcessorBind.h"
|
||||
#include <Base.h>
|
||||
|
||||
#include <Library/OcMainLib.h>
|
||||
|
||||
#include <Library/BaseLib.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user