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

@@ -4,7 +4,7 @@
/** @file */
#include <gpxe/in.h>
#include "buffer.h"
#include <gpxe/buffer.h>
#include "nic.h"
#include "ip.h"
#include "udp.h"