diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-08-05 13:44:12 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-08-05 13:44:12 -0400 |
commit | 8cdf0c5ab96282d821a024a8a382cb93432219fe (patch) | |
tree | 3e54558e5a8c0d2aa5af225cec156020d4d702e3 /vgasrc/vgainit.c | |
parent | 65bc0a7bc9996b3ca7a65c8e5f1a45abdd4823a4 (diff) | |
download | seabios-8cdf0c5ab96282d821a024a8a382cb93432219fe.tar.gz |
version: Update header files now that version.c is not auto generated
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/vgainit.c')
-rw-r--r-- | vgasrc/vgainit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vgasrc/vgainit.c b/vgasrc/vgainit.c index 4050c96a..c6c81490 100644 --- a/vgasrc/vgainit.c +++ b/vgasrc/vgainit.c @@ -14,7 +14,6 @@ #include "std/optionrom.h" // struct pci_data #include "std/pmm.h" // struct pmmheader #include "string.h" // checksum_far -#include "util.h" // VERSION #include "vgabios.h" // SET_VGA #include "vgahw.h" // vgahw_setup #include "vgautil.h" // swcursor_check_event |