mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[IP]
* Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. CORE-7716 svn path=/trunk/; revision=61510
This commit is contained in:
parent
0532839496
commit
4d1f18a590
4 changed files with 5 additions and 18 deletions
|
@ -10,6 +10,8 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
|
#include <icmp.h>
|
||||||
|
|
||||||
NTSTATUS ICMPStartup()
|
NTSTATUS ICMPStartup()
|
||||||
{
|
{
|
||||||
IPRegisterProtocol(IPPROTO_ICMP, ICMPReceive);
|
IPRegisterProtocol(IPPROTO_ICMP, ICMPReceive);
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
|
#include <ntifs.h>
|
||||||
|
#include <ipifcons.h>
|
||||||
|
|
||||||
ULONG NextDefaultAdapter = 0;
|
ULONG NextDefaultAdapter = 0;
|
||||||
|
|
||||||
NTSTATUS GetInterfaceIPv4Address( PIP_INTERFACE Interface,
|
NTSTATUS GetInterfaceIPv4Address( PIP_INTERFACE Interface,
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
|
|
||||||
LIST_ENTRY FIBListHead;
|
LIST_ENTRY FIBListHead;
|
||||||
KSPIN_LOCK FIBLock;
|
KSPIN_LOCK FIBLock;
|
||||||
|
|
||||||
|
|
|
@ -1,36 +1,19 @@
|
||||||
#include <limits.h>
|
|
||||||
#include <ntddk.h>
|
|
||||||
#include <ntifs.h>
|
|
||||||
#include <tags.h>
|
#include <tags.h>
|
||||||
#include <tdi.h>
|
|
||||||
#include <tdistat.h>
|
|
||||||
#include <tcpip.h>
|
#include <tcpip.h>
|
||||||
#include <loopback.h>
|
#include <loopback.h>
|
||||||
#include <ip.h>
|
|
||||||
#include <lan.h>
|
|
||||||
#include <datagram.h>
|
#include <datagram.h>
|
||||||
#include <checksum.h>
|
#include <checksum.h>
|
||||||
#include <address.h>
|
|
||||||
#include <routines.h>
|
#include <routines.h>
|
||||||
#include <info.h>
|
#include <info.h>
|
||||||
#include <neighbor.h>
|
|
||||||
#include <route.h>
|
#include <route.h>
|
||||||
#include <receive.h>
|
#include <receive.h>
|
||||||
#include <transmit.h>
|
#include <transmit.h>
|
||||||
#include <router.h>
|
|
||||||
#include <pool.h>
|
|
||||||
#include <rawip.h>
|
#include <rawip.h>
|
||||||
#include <icmp.h>
|
|
||||||
#include <udp.h>
|
#include <udp.h>
|
||||||
#include <tcp.h>
|
#include <tcp.h>
|
||||||
#include <arp.h>
|
|
||||||
#include <tilists.h>
|
#include <tilists.h>
|
||||||
#include <dispatch.h>
|
|
||||||
#include <fileobjs.h>
|
#include <fileobjs.h>
|
||||||
#include <lock.h>
|
#include <lock.h>
|
||||||
#include <wait.h>
|
|
||||||
#include <interface.h>
|
#include <interface.h>
|
||||||
#include <ports.h>
|
#include <ports.h>
|
||||||
#include <ipifcons.h>
|
|
||||||
#include <chew/chew.h>
|
#include <chew/chew.h>
|
||||||
#include <pseh/pseh2.h>
|
|
||||||
|
|
Loading…
Reference in a new issue