- Move from using include guards to pragma once.
[reactos.git] / reactos / drivers / network / tcpip / include / wait.h
index 655fcd5..37a841d 100644 (file)
@@ -1,10 +1,7 @@
-#ifndef _TCPIP_WAIT_H
-#define _TCPIP_WAIT_H
+#pragma once
 
 NTSTATUS TcpipWaitForSingleObject( PVOID Object,
                                   KWAIT_REASON Reason,
                                   KPROCESSOR_MODE WaitMode,
                                   BOOLEAN Alertable,
                                   PLARGE_INTEGER Timeout );
-
-#endif/*_TCPIP_WAIT_H*/