mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
a0a19c60d0
Reduce unnecessary stuff in LwIP itself.
25 lines
470 B
C
25 lines
470 B
C
#ifndef _IP_PCH_
|
|
#define _IP_PCH_
|
|
|
|
#include <tags.h>
|
|
#include <tcpip.h>
|
|
#include <loopback.h>
|
|
#include <datagram.h>
|
|
#include <checksum.h>
|
|
#include <routines.h>
|
|
#include <info.h>
|
|
#include <route.h>
|
|
#include <receive.h>
|
|
#include <transmit.h>
|
|
#include <rawip.h>
|
|
#include <udp.h>
|
|
#include <tcp.h>
|
|
#include <tilists.h>
|
|
#include <fileobjs.h>
|
|
#include <lock.h>
|
|
#include <interface.h>
|
|
#include <ports.h>
|
|
#include <chew.h>
|
|
#include "lwip_glue/lwip_glue.h"
|
|
|
|
#endif /* _IP_PCH_ */
|