summaryrefslogtreecommitdiff
path: root/src/strings/pair.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/pair.hpp')
-rw-r--r--src/strings/pair.hpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/strings/pair.hpp b/src/strings/pair.hpp
index e249d9e..9c1cd9f 100644
--- a/src/strings/pair.hpp
+++ b/src/strings/pair.hpp
@@ -1,5 +1,4 @@
-#ifndef TMWA_STRINGS_PAIR_HPP
-#define TMWA_STRINGS_PAIR_HPP
+#pragma once
// strings/pair.hpp - Internal contiguous range.
//
// Copyright © 2013-2014 Ben Longbons <b.r.longbons@gmail.com>
@@ -19,7 +18,7 @@
// 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
@@ -64,5 +63,3 @@ namespace strings
};
} // namespace strings
} // namespace tmwa
-
-#endif // TMWA_STRINGS_PAIR_HPP