- Move from using include guards to pragma once.
[reactos.git] / reactos / lib / fslib / ext2lib / ext2_fs.h
index be4cafa..864551c 100644 (file)
@@ -13,8 +13,7 @@
  *  Copyright f(C) 1991, 1992  Linus Torvalds
  */
 
-#ifndef _LINUX_EXT2_FS_H
-#define _LINUX_EXT2_FS_H
+#pragma once
 
 #include "types.h"             /* Changed from linux/types.h */
 
@@ -653,5 +652,3 @@ extern struct inode_operations ext2_fast_symlink_inode_operations;
 extern struct address_space_operations ext2_aops;
 
 #endif /* __KERNEL__ */
-
-#endif /* _LINUX_EXT2_FS_H */