diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-15 00:31:17 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-18 20:48:35 -0400 |
commit | 07cf73bad4c622cb92bf509c1b77572cc54d17e9 (patch) | |
tree | 60e03250d665e699615b1070b3925cd73fa9b29e /src/bootsplash.c | |
parent | 392d2aacb6065319be3d31fdb37fef393e0149a9 (diff) | |
download | seabios-07cf73bad4c622cb92bf509c1b77572cc54d17e9.tar.gz |
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/bootsplash.c')
-rw-r--r-- | src/bootsplash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bootsplash.c b/src/bootsplash.c index aac7ebe4..fb505ceb 100644 --- a/src/bootsplash.c +++ b/src/bootsplash.c @@ -5,11 +5,9 @@ // // This file may be distributed under the terms of the GNU LGPLv3 license. -#include "bmp.h" // bmp_alloc #include "bregs.h" // struct bregs #include "config.h" // CONFIG_* #include "farptr.h" // FLATPTR_TO_SEG -#include "jpeg.h" // jpeg_alloc #include "malloc.h" // free #include "output.h" // dprintf #include "romfile.h" // romfile_loadfile |