* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61490
This commit is contained in:
Amine Khaldi 2014-01-02 13:53:18 +00:00
parent f69493f8d8
commit 9cd89478ca
5 changed files with 13 additions and 21 deletions

View file

@ -10,6 +10,10 @@
#include "precomp.h"
#include <ntifs.h>
#include <receive.h>
#include <wait.h>
UINT TransferDataCalled = 0;
UINT TransferDataCompleteCalled = 0;

View file

@ -1,36 +1,15 @@
#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>

View file

@ -11,6 +11,9 @@
#include "precomp.h"
#include <datagram.h>
#include <pseh/pseh2.h>
NTSTATUS IRPFinish( PIRP Irp, NTSTATUS Status ) {
KIRQL OldIrql;

View file

@ -10,6 +10,8 @@
#include "precomp.h"
#include <ipifcons.h>
TDI_STATUS InfoTdiQueryGetInterfaceMIB(TDIEntityID ID,
PIP_INTERFACE Interface,
PNDIS_BUFFER Buffer,

View file

@ -7,8 +7,12 @@
* REVISIONS:
* CSH 01/08-2000 Created
*/
#include "precomp.h"
#include <dispatch.h>
#include <fileobjs.h>
PDEVICE_OBJECT TCPDeviceObject = NULL;
PDEVICE_OBJECT UDPDeviceObject = NULL;
PDEVICE_OBJECT IPDeviceObject = NULL;