[KMTESTS]
[reactos.git] / kmtests / ntos_ex / ExSingleList.c
index b4b4b3e..ebce09a 100644 (file)
@@ -9,7 +9,6 @@ struct _SINGLE_LIST_ENTRY;
 struct _SINGLE_LIST_ENTRY *__stdcall ExInterlockedPushEntryList(struct _SINGLE_LIST_ENTRY *, struct _SINGLE_LIST_ENTRY *, unsigned long *);
 struct _SINGLE_LIST_ENTRY *__stdcall ExInterlockedPopEntryList(struct _SINGLE_LIST_ENTRY *, unsigned long *);
 
-#include <ntddk.h>
 #include <kmt_test.h>
 
 SINGLE_LIST_ENTRY Entries[5];