- Move from using include guards to pragma once.
[reactos.git] / reactos / drivers / network / tcpip / include / ip.h
index 068992f..dc6898d 100644 (file)
@@ -4,8 +4,8 @@
  * FILE:        include/ip.h
  * PURPOSE:     Internet Protocol related definitions
  */
-#ifndef __IP_H
-#define __IP_H
+
+#pragma once
 
 typedef VOID (*OBJECT_FREE_ROUTINE)(PVOID Object);
 
@@ -246,8 +246,4 @@ NTSTATUS IPStartup(PUNICODE_STRING RegistryPath);
 
 NTSTATUS IPShutdown(VOID);
 
-
-
-#endif /* __IP_H */
-
 /* EOF */