]> Joshua Wise's Git repositories - netwatch.git/blobdiff - grubload/loader.c
cleanup
[netwatch.git] / grubload / loader.c
index 4ecba2ab26c0c934c514edefba7198a899bae40b..ee9fc00729ea16d066215960baf4cfb00ec43da7 100644 (file)
@@ -1,5 +1,4 @@
-#include "minilib.h"
-#include "../include/elf.h"
+#include <elf.h>
 
 static const unsigned char elf_ident[4] = { 0x7F, 'E', 'L', 'F' }; 
 
This page took 0.018576 seconds and 4 git commands to generate.