diff options
| author | Alexey Zaytsev | 2008-03-02 01:41:10 +0100 |
|---|---|---|
| committer | Alexey Zaytsev | 2008-03-02 01:41:10 +0100 |
| commit | a1572e0ab0f5fab9a1f0185ded593bec811aa175 (patch) | |
| tree | e407d6d0f2b8e93950216268ec0198fff865c6a0 /src/include/gpxe | |
| parent | Introduce the new timer subsystem. (diff) | |
| download | ipxe-a1572e0ab0f5fab9a1f0185ded593bec811aa175.tar.gz ipxe-a1572e0ab0f5fab9a1f0185ded593bec811aa175.tar.xz ipxe-a1572e0ab0f5fab9a1f0185ded593bec811aa175.zip | |
Modify gPXE core and drivers to work with the new timer subsystem
Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
Diffstat (limited to 'src/include/gpxe')
| -rw-r--r-- | src/include/gpxe/dhcp.h | 1 | ||||
| -rw-r--r-- | src/include/gpxe/tcp.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h index 9a9ba7484..6db0e026c 100644 --- a/src/include/gpxe/dhcp.h +++ b/src/include/gpxe/dhcp.h @@ -12,7 +12,6 @@ #include <gpxe/in.h> #include <gpxe/refcnt.h> #include <gpxe/tables.h> -#include <latch.h> struct net_device; struct job_interface; diff --git a/src/include/gpxe/tcp.h b/src/include/gpxe/tcp.h index e2753120c..264ec29b4 100644 --- a/src/include/gpxe/tcp.h +++ b/src/include/gpxe/tcp.h @@ -9,7 +9,6 @@ * */ -#include "latch.h" #include <gpxe/tcpip.h> /** |
