Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[reactos.git] / drivers / ksfilter / ks / priv.h
index 75b5141..eec30e2 100644 (file)
@@ -1,24 +1,21 @@
-#pragma once
-
 #define _KSDDK_
 
+#include <stdio.h>
+
 #include <ntifs.h>
-#include <ntddk.h>
 #define NDEBUG
 //#define YDEBUG
 #include <debug.h>
 #include <portcls.h>
-#include <ks.h>
 #include <kcom.h>
 #include <pseh/pseh2.h>
-#include <ntndk.h>
 
-#include "ksfunc.h"
-#include "kstypes.h"
-#include "ksiface.h"
+#include <ntimage.h>
+#include <ndk/ldrfuncs.h>
 
-#include "ksmedia.h"
+#include "ksfunc.h"
 #include "bdamedia.h"
+#include <swenum.h>
 
 #define TAG_DEVICE_HEADER 'KSDH'
 #define REG_PINFLAG_B_MANY 0x4 /* strmif.h */
@@ -49,7 +46,6 @@ DEFINE_KSPROPERTY_TABLE(PinSet) {\
     DEFINE_KSPROPERTY_ITEM_CONNECTION_ALLOCATORFRAMING_EX(PropAllocatorFraming)\
 }
 
-
 #define DEFINE_KSPROPERTY_STREAMSET(PinSet,\
     PropStreamAllocator, PropMasterClock, PropPipeId)\
 DEFINE_KSPROPERTY_TABLE(PinSet) {\
@@ -57,7 +53,3 @@ DEFINE_KSPROPERTY_TABLE(PinSet) {\
     DEFINE_KSPROPERTY_ITEM_STREAM_MASTERCLOCK(PropMasterClock, PropMasterClock),\
     DEFINE_KSPROPERTY_ITEM_STREAM_PIPE_ID(PropPipeId, PropPipeId)\
 }
-
-
-
-