Fix includes to work nicer with IDEs

This commit is contained in:
Marvin Häuser 2021-10-26 12:23:40 +02:00
parent 2448a04fe8
commit 3db6e1b996
5 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -27,8 +27,6 @@
#include <Library/OcGuardLib.h>
#include "PrelinkedInternal.h"
#include "ProcessorBind.h"
#include "Uefi/UefiInternalFormRepresentation.h"
STATIC
UINTN

View File

@ -25,7 +25,6 @@
#include <Library/OcStringLib.h>
#include "PrelinkedInternal.h"
#include "ProcessorBind.h"
STATIC
UINT64

View File

@ -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>

View File

@ -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>