- Move from using include guards to pragma once.
[reactos.git] / reactos / drivers / network / tcpip / include / fileobjs.h
index 1232770..d45ec7b 100644 (file)
@@ -4,9 +4,8 @@
  * FILE:        include/fileobjs.h
  * PURPOSE:     File object routine prototypes
  */
-#ifndef __FILEOBJS_H
-#define __FILEOBJS_H
 
+#pragma once
 
 extern LIST_ENTRY AddressFileListHead;
 extern KSPIN_LOCK AddressFileListLock;
@@ -35,6 +34,4 @@ NTSTATUS FileOpenControlChannel(
 NTSTATUS FileCloseControlChannel(
   PTDI_REQUEST Request);
 
-#endif /* __FILEOBJS_H */
-
 /* EOF */