OSDN Git Service

[Refactor] #40514 player_type の sh_cold 変数を廃止. / Abolished sh_cold variable in player...
[hengband/hengband.git] / src / system / h-system.h
index cf458bd..ea9dc03 100644 (file)
@@ -1,7 +1,7 @@
 /*!
  * @file h-system.h
  * @brief 変愚蛮怒用システムヘッダーファイル /
- * The most basic "include" file. This file simply includes other low level angband_header files.
+ * The most basic "include" file. This file simply includes other low level header files.
  * @date 2014/08/16
  * @author
  * 不明(変愚蛮怒スタッフ?)
 
 #ifdef SET_UID
 
-#  include <sys/param.h>
-#  include <sys/file.h>
-
-# ifdef linux
-#  include <sys/file.h>
-# endif
-
-# include <pwd.h>
-
-# include <unistd.h>
-
-# include <sys/stat.h>
+#include <sys/param.h>
+#include <sys/file.h>
+#include <pwd.h>
+#include <unistd.h>
+#include <sys/stat.h>
 
 #endif /* SET_UID */