diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-14 22:45:05 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-18 20:48:34 -0400 |
commit | b37a5280447fb62ca204d1bb71d7307f86e75aa4 (patch) | |
tree | 0f2152248f3a020d286b68d10f982dcd3437ee9f /src/bootsplash.c | |
parent | f6d700d40fd7ad6f6baddea3a535a91d0ecd6257 (diff) | |
download | seabios-b37a5280447fb62ca204d1bb71d7307f86e75aa4.tar.gz |
Move fw/smbios.h to std/smbios.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/bootsplash.c')
-rw-r--r-- | src/bootsplash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootsplash.c b/src/bootsplash.c index 3c08f5d6..aac7ebe4 100644 --- a/src/bootsplash.c +++ b/src/bootsplash.c @@ -9,7 +9,6 @@ #include "bregs.h" // struct bregs #include "config.h" // CONFIG_* #include "farptr.h" // FLATPTR_TO_SEG -#include "fw/smbios.h" // display_uuid #include "jpeg.h" // jpeg_alloc #include "malloc.h" // free #include "output.h" // dprintf |