ArmPlatformPkg/LcdGraphicsOutputDxe: move headers into driver directory

The HdLcd.h and PL111Lcd.h header files are internal headers that should
not be used by other drivers. So move them from Include/Drivers into the
driver directory instead.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
Ard Biesheuvel 2017-12-04 21:57:55 +00:00
parent d9b5360860
commit eb618ba42f
4 changed files with 2 additions and 4 deletions

View File

@ -18,8 +18,7 @@
#include <Library/MemoryAllocationLib.h>
#include <Library/PcdLib.h>
#include <Drivers/HdLcd.h>
#include "HdLcd.h"
#include "LcdGraphicsOutputDxe.h"
/**********************************************************************

View File

@ -15,9 +15,8 @@
#include <Library/IoLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Drivers/PL111Lcd.h>
#include "LcdGraphicsOutputDxe.h"
#include "PL111Lcd.h"
/**********************************************************************
*