diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-12-01 00:41:31 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-12-01 00:41:31 +0000 |
commit | d0c3acd4c4b3cf48e025db8a22b8a181454813fc (patch) | |
tree | a7e5f8d7ad1188f4f78ce361fb9b2dca5c276a8e /UnixPkg/Sec | |
parent | 2ff79f2eda16f8219140d3dae188d2b341f610e1 (diff) | |
download | edk2-platforms-d0c3acd4c4b3cf48e025db8a22b8a181454813fc.tar.xz |
2nd wave of r11105 checkin.2nd wave of r11105 checkin.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11106 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/Sec')
-rw-r--r-- | UnixPkg/Sec/UgaX11.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/UnixPkg/Sec/UgaX11.c b/UnixPkg/Sec/UgaX11.c index c1a2b2d7a5..0a9b0a314c 100644 --- a/UnixPkg/Sec/UgaX11.c +++ b/UnixPkg/Sec/UgaX11.c @@ -11,11 +11,10 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. --*/ +#include <Common/UnixInclude.h> #include <sys/ipc.h> #include <sys/shm.h> -#include <stdio.h> -#include <stdlib.h> #include <PiPei.h> #include <Protocol/SimplePointer.h> |