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/mmo/extract.hpp | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'src/mmo/extract.hpp') diff --git a/src/mmo/extract.hpp b/src/mmo/extract.hpp index 16b3cf1..355e2da 100644 --- a/src/mmo/extract.hpp +++ b/src/mmo/extract.hpp @@ -1,5 +1,4 @@ -#ifndef TMWA_MMO_EXTRACT_HPP -#define TMWA_MMO_EXTRACT_HPP +#pragma once // extract.hpp - a simple, hierarchical, tokenizer // // Copyright © 2012-2013 Ben Longbons @@ -19,21 +18,21 @@ // 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" -# include -# include +#include +#include -# include -# include +#include +#include -# include "../ints/wrap.hpp" +#include "../ints/wrap.hpp" -# include "../strings/xstring.hpp" +#include "../strings/xstring.hpp" -# include "../generic/enum.hpp" +#include "../generic/enum.hpp" -# include "utils.hpp" +#include "utils.hpp" namespace tmwa @@ -231,5 +230,3 @@ bool extract(XString str, Wrapped *w) return extract(str, &w->_value); } } // namespace tmwa - -#endif // TMWA_MMO_EXTRACT_HPP -- cgit v1.2.3-70-g09d2