From: Michael Brown Date: Thu, 19 May 2005 23:21:18 +0000 (+0000) Subject: Don't include etherboot.h; we get a circular dependency X-Git-Tag: v0.9.3~1638 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a4b45d3b062c8f027bcfdd6dde705b69ba23e3f;p=thirdparty%2Fipxe.git Don't include etherboot.h; we get a circular dependency --- diff --git a/src/include/buffer.h b/src/include/buffer.h index 12648a65e..da8b961ca 100644 --- a/src/include/buffer.h +++ b/src/include/buffer.h @@ -1,7 +1,8 @@ #ifndef BUFFER_H #define BUFFER_H -#include "etherboot.h" +#include "compiler.h" +#include "stdint.h" /** @file *