]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Don't include etherboot.h; we get a circular dependency
authorMichael Brown <mcb30@etherboot.org>
Thu, 19 May 2005 23:21:18 +0000 (23:21 +0000)
committerMichael Brown <mcb30@etherboot.org>
Thu, 19 May 2005 23:21:18 +0000 (23:21 +0000)
src/include/buffer.h

index 12648a65eeebfad120deb87b9c04cfefb53828b2..da8b961ca2a089a2597ba05419b5d8834b9b2400 100644 (file)
@@ -1,7 +1,8 @@
 #ifndef BUFFER_H
 #define BUFFER_H
 
-#include "etherboot.h"
+#include "compiler.h"
+#include "stdint.h"
 
 /** @file
  *