From 7af4c5b5c561362cb1135ab504095ae667a9270a Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 27 Jun 2014 19:16:45 -0700 Subject: This is more reliable --- src/admin/fwd.hpp | 7 ++----- src/admin/ladmin.hpp | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) (limited to 'src/admin') diff --git a/src/admin/fwd.hpp b/src/admin/fwd.hpp index 4865106..46674c8 100644 --- a/src/admin/fwd.hpp +++ b/src/admin/fwd.hpp @@ -1,5 +1,4 @@ -#ifndef TMWA_ADMIN_FWD_HPP -#define TMWA_ADMIN_FWD_HPP +#pragma once // admin/fwd.hpp - list of type names for admin client // // Copyright © 2014 Ben Longbons @@ -19,12 +18,10 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -# include "../sanity.hpp" +#include "../sanity.hpp" namespace tmwa { // meh, add more when I feel like it } // namespace tmwa - -#endif // TMWA_ADMIN_FWD_HPP 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 @@ -19,11 +18,9 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -# include "fwd.hpp" +#include "fwd.hpp" namespace tmwa { } // namespace tmwa - -#endif // TMWA_ADMIN_LADMIN_HPP -- cgit v1.2.3-60-g2f50