summaryrefslogtreecommitdiff
path: root/src/map/skill-pools.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/skill-pools.hpp')
-rw-r--r--src/map/skill-pools.hpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/map/skill-pools.hpp b/src/map/skill-pools.hpp
index d75d344..c8890e8 100644
--- a/src/map/skill-pools.hpp
+++ b/src/map/skill-pools.hpp
@@ -1,5 +1,4 @@
-#ifndef TMWA_MAP_SKILL_POOLS_HPP
-#define TMWA_MAP_SKILL_POOLS_HPP
+#pragma once
// skill-pools.hpp - dummy header to make Make dependencies work.
//
// Copyright © 2013 Ben Longbons <b.r.longbons@gmail.com>
@@ -19,11 +18,9 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-# include "fwd.hpp"
+#include "fwd.hpp"
namespace tmwa
{
} // namespace tmwa
-
-#endif // TMWA_MAP_SKILL_POOLS_HPP