OSDN Git Service

[Refactor] #40236 Added pragma into cmd-inventory.h
authorHourier <hourier@users.sourceforge.jp>
Tue, 21 Apr 2020 09:55:35 +0000 (18:55 +0900)
committerHourier <hourier@users.sourceforge.jp>
Tue, 21 Apr 2020 09:55:35 +0000 (18:55 +0900)
src/cmd/cmd-inventory.h

index 9f1e09b..384920f 100644 (file)
@@ -1,3 +1,5 @@
-#include "angband.h"
+#pragma once
+
+#include "angband.h"
 
 void do_cmd_knowledge_inventory(player_type *creature_ptr);