- Move from using include guards to pragma once.
[reactos.git] / reactos / drivers / network / tcpip / include / router.h
index 73d2409..6b2b2bb 100644 (file)
@@ -4,8 +4,8 @@
  * FILE:        include/router.h
  * PURPOSE:     IP routing definitions
  */
-#ifndef __ROUTER_H
-#define __ROUTER_H
+
+#pragma once
 
 #include <neighbor.h>
 
@@ -47,6 +47,4 @@ UINT CountFIBs(PIP_INTERFACE IF);
 
 UINT CopyFIBs( PIP_INTERFACE IF, PFIB_ENTRY Target );
 
-#endif /* __ROUTER_H */
-
 /* EOF */