Skip to content

Commit

Permalink
Fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaeuser committed Oct 26, 2021
1 parent d52e8ba commit 589baa1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Application/OpenCore/OpenCore.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions Library/OcAppleKernelLib/KernelCollection.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
#include <Library/OcGuardLib.h>

#include "PrelinkedInternal.h"
#include "ProcessorBind.h"
#include "Uefi/UefiInternalFormRepresentation.h"

STATIC
UINTN
Expand Down
1 change: 0 additions & 1 deletion Library/OcAppleKernelLib/PrelinkedContext.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <Library/OcStringLib.h>

#include "PrelinkedInternal.h"
#include "ProcessorBind.h"

STATIC
UINT64
Expand Down
3 changes: 2 additions & 1 deletion Library/OcMainLib/OpenCoreKernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion Library/OcMainLib/OpenCoreKernelPatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 589baa1

Please sign in to comment.