- Move from using include guards to pragma once.
[reactos.git] / reactos / drivers / ksfilter / ks / kstypes.h
index 503fc01..a24464e 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef KSTYPES_H__
-#define KSTYPES_H__
+#pragma once
 
 #include <ntddk.h>
 #include <ks.h>
@@ -158,6 +157,3 @@ typedef struct
 
     WCHAR BusIdentifier[1];
 }BUS_ENUM_DEVICE_EXTENSION, *PBUS_ENUM_DEVICE_EXTENSION;
-
-
-#endif