OSDN Git Service

[Refactor] #40514 player_type の sh_cold 変数を廃止. / Abolished sh_cold variable in player...
[hengband/hengband.git] / src / system / h-system.h
index 5f2b55e..ea9dc03 100644 (file)
@@ -1,10 +1,10 @@
 /*!
  * @file h-system.h
- * @brief 馬鹿馬鹿蛮怒用システムヘッダーファイル /
+ * @brief 変愚蛮怒用システムヘッダーファイル /
  * The most basic "include" file. This file simply includes other low level header files.
  * @date 2014/08/16
  * @author
- * 不明(馬鹿馬鹿蛮怒スタッフ?)
+ * 不明(変愚蛮怒スタッフ?)
  * @details
  * Include the basic "system" files.
  * Make sure all "system" constants/macros are defined.
 
 #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 */