* 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:
Amine Khaldi 2014-01-04 10:12:37 +00:00
parent 0532839496
commit 4d1f18a590
4 changed files with 5 additions and 18 deletions

View file

@ -10,6 +10,8 @@
#include "precomp.h"
#include <icmp.h>
NTSTATUS ICMPStartup()
{
IPRegisterProtocol(IPPROTO_ICMP, ICMPReceive);

View file

@ -11,6 +11,9 @@
#include "precomp.h"
#include <ntifs.h>
#include <ipifcons.h>
ULONG NextDefaultAdapter = 0;
NTSTATUS GetInterfaceIPv4Address( PIP_INTERFACE Interface,

View file

@ -14,7 +14,6 @@
#include "precomp.h"
LIST_ENTRY FIBListHead;
KSPIN_LOCK FIBLock;

View file

@ -1,36 +1,19 @@
#include <limits.h>
#include <ntddk.h>
#include <ntifs.h>
#include <tags.h>
#include <tdi.h>
#include <tdistat.h>
#include <tcpip.h>
#include <loopback.h>
#include <ip.h>
#include <lan.h>
#include <datagram.h>
#include <checksum.h>
#include <address.h>
#include <routines.h>
#include <info.h>
#include <neighbor.h>
#include <route.h>
#include <receive.h>
#include <transmit.h>
#include <router.h>
#include <pool.h>
#include <rawip.h>
#include <icmp.h>
#include <udp.h>
#include <tcp.h>
#include <arp.h>
#include <tilists.h>
#include <dispatch.h>
#include <fileobjs.h>
#include <lock.h>
#include <wait.h>
#include <interface.h>
#include <ports.h>
#include <ipifcons.h>
#include <chew/chew.h>
#include <pseh/pseh2.h>