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

@@ -1,5 +1,5 @@
#include "dev.h"
#include "buffer.h"
#include <gpxe/buffer.h>
#include "load_buffer.h"
#include "image.h"
#include <console.h>