Move include/buffer.h to include/gpxe/buffer.h

This commit is contained in:
Michael Brown
2007-01-11 01:47:26 +00:00
parent de042993c0
commit bb2024c6d6
7 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
#define PROTO_H
#include <gpxe/tables.h>
#include "buffer.h"
#include <gpxe/buffer.h>
#include <gpxe/in.h>
struct protocol {