提交 3db6e1b9 编写于 作者: M Marvin Häuser

Fix includes to work nicer with IDEs

上级 2448a04f
...@@ -12,7 +12,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. ...@@ -12,7 +12,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/ **/
#include <Library/OcMainLib.h>
#include <Uefi.h> #include <Uefi.h>
#include <Guid/OcVariable.h> #include <Guid/OcVariable.h>
...@@ -23,6 +22,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. ...@@ -23,6 +22,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Protocol/SimpleFileSystem.h> #include <Protocol/SimpleFileSystem.h>
#include <Protocol/VMwareDebug.h> #include <Protocol/VMwareDebug.h>
#include <Library/OcMainLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/OcDebugLogLib.h> #include <Library/OcDebugLogLib.h>
#include <Library/DevicePathLib.h> #include <Library/DevicePathLib.h>
......
...@@ -27,8 +27,6 @@ ...@@ -27,8 +27,6 @@
#include <Library/OcGuardLib.h> #include <Library/OcGuardLib.h>
#include "PrelinkedInternal.h" #include "PrelinkedInternal.h"
#include "ProcessorBind.h"
#include "Uefi/UefiInternalFormRepresentation.h"
STATIC STATIC
UINTN UINTN
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <Library/OcStringLib.h> #include <Library/OcStringLib.h>
#include "PrelinkedInternal.h" #include "PrelinkedInternal.h"
#include "ProcessorBind.h"
STATIC STATIC
UINT64 UINT64
......
...@@ -12,7 +12,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. ...@@ -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/OcMainLib.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
......
...@@ -12,7 +12,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. ...@@ -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/OcMainLib.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册