- Move from using include guards to pragma once.
[reactos.git] / reactos / drivers / multimedia / audio / mpu401_nt4 / mpu401.h
index e5e2a5b..03a8c0b 100644 (file)
@@ -9,8 +9,7 @@
  *                       Sept 26, 2003: Created
  */
 
-#ifndef __INCLUDES_MPU401_H__
-#define __INCLUDES_MPU401_H__
+#pragma once
 
 //#include <mmsystem.h>
 //#include <mmddk.h>
@@ -151,5 +150,3 @@ NTSTATUS NTAPI LoadSettings(
 NTSTATUS NTAPI
 DriverEntry(PDRIVER_OBJECT DriverObject,
            PUNICODE_STRING RegistryPath);
-
-#endif