reactos/drivers/network/tcpip/include/precomp.h
Victor Perevertkin 1734f29721 [IP][LWIP][TCPIP] Move ip and lwip libraries to drivers/network/tcpip
These libraries are used only inside tcpip.sys driver so move them close
to it.
2023-02-01 02:31:14 +03:00

24 lines
431 B
C

#ifndef _TCPIP_PCH_
#define _TCPIP_PCH_
#include <tags.h>
#include <tcpip.h>
#include <loopback.h>
#include <routines.h>
#include <info.h>
#include <route.h>
#include <transmit.h>
#include <rawip.h>
#include <icmp.h>
#include <udp.h>
#include <tcp.h>
#include <tilists.h>
#include <lock.h>
#include <interface.h>
#include <fileobjs.h>
#include "chew.h"
#include <pseh/pseh2.h>
#include <psdk/ipexport.h>
#endif /* _TCPIP_PCH_ */