- Move from using include guards to pragma once.
[reactos.git] / reactos / drivers / network / tcpip / include / udp.h
index 5554757..e5b52c0 100644 (file)
@@ -4,8 +4,8 @@
  * FILE:        include/udp.h
  * PURPOSE:     User Datagram Protocol definitions
  */
-#ifndef __UDP_H
-#define __UDP_H
+
+#pragma once
 
 #define UDP_STARTING_PORT 0x8000
 #define UDP_DYNAMIC_PORTS 0x8000
@@ -62,6 +62,4 @@ NTSTATUS UDPShutdown(
 UINT UDPAllocatePort( UINT HintPort );
 VOID UDPFreePort( UINT Port );
 
-#endif /* __UDP_H */
-
 /* EOF */