diff options
Diffstat (limited to 'src/admin')
-rw-r--r-- | src/admin/fwd.hpp | 7 | ||||
-rw-r--r-- | src/admin/ladmin.hpp | 7 |
2 files changed, 4 insertions, 10 deletions
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 <b.r.longbons@gmail.com> @@ -19,12 +18,10 @@ // 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 "../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 <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 |