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/compat/time_t.hpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/compat/time_t.hpp') diff --git a/src/compat/time_t.hpp b/src/compat/time_t.hpp index 60005d0..9e7cf25 100644 --- a/src/compat/time_t.hpp +++ b/src/compat/time_t.hpp @@ -1,5 +1,4 @@ -#ifndef TMWA_COMPAT_TIMET_HPP -#define TMWA_COMPAT_TIMET_HPP +#pragma once // time_t.hpp - time_t with a reliable representation // // Copyright © 2013-2014 Ben Longbons @@ -19,14 +18,12 @@ // 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" // TODO fix this ordering violation by promoting TimeT here -# include "../mmo/utils.hpp" +#include "../mmo/utils.hpp" namespace tmwa { } // namespace tmwa - -#endif // TMWA_COMPAT_TIMET_HPP -- cgit v1.2.3-70-g09d2