summaryrefslogtreecommitdiff
path: root/src/admin/ladmin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/admin/ladmin.hpp')
-rw-r--r--src/admin/ladmin.hpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/admin/ladmin.hpp b/src/admin/ladmin.hpp
index 81ed1f2..94783ac 100644
--- a/src/admin/ladmin.hpp
+++ b/src/admin/ladmin.hpp
@@ -1,5 +1,4 @@
-#ifndef TMWA_ADMIN_LADMIN_HPP
-#define TMWA_ADMIN_LADMIN_HPP
+#pragma once
// ladmin.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_ADMIN_LADMIN_HPP