summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorMichael Brown2005-05-02 01:58:20 +0200
committerMichael Brown2005-05-02 01:58:20 +0200
commitd5bf9e71ead08c802d93e26ba4414a818c46148b (patch)
tree632f916a18c548dde568d46709811052f89b3a1b /src/core
parentProtocol structure can now specify the default port. (diff)
downloadipxe-d5bf9e71ead08c802d93e26ba4414a818c46148b.tar.gz
ipxe-d5bf9e71ead08c802d93e26ba4414a818c46148b.tar.xz
ipxe-d5bf9e71ead08c802d93e26ba4414a818c46148b.zip
http.h obsoleted (no content)
Diffstat (limited to 'src/core')
-rw-r--r--src/core/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 8b65a0250..08f6d6a58 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -20,7 +20,6 @@ Literature dealing with the network protocols:
#include "dev.h"
#include "nic.h"
#include "disk.h"
-#include "http.h"
#include "timer.h"
#include "cpu.h"
#include "console.h"