ArmPkg/ArmCortexA9Lib RVCT: remove incompatible GCC include

Drop the include of AsmMacroIoLib.h, which contains GCC preprocessor macros
that RVCT does not use or require, given it has its own AsmMacroIoLib.inc

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Tested-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
Ard Biesheuvel 2016-10-24 16:59:41 +01:00
parent 0d7631f08b
commit a383ca341e
1 changed files with 0 additions and 4 deletions

View File

@ -11,10 +11,6 @@
// //
// //
#include <AsmMacroIoLib.h>
#include <Library/ArmCpuLib.h>
#include <Chipset/ArmCortexA9.h>
INCLUDE AsmMacroExport.inc INCLUDE AsmMacroExport.inc
INCLUDE AsmMacroIoLib.inc INCLUDE AsmMacroIoLib.inc