From 86da10ac94f64d16ad145200664fc8532fd90783 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Dec 2020 11:02:14 +0100 Subject: Clean up includes --- sord/sordmm.hpp | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'sord/sordmm.hpp') diff --git a/sord/sordmm.hpp b/sord/sordmm.hpp index c4236d5..c6bea7b 100644 --- a/sord/sordmm.hpp +++ b/sord/sordmm.hpp @@ -22,14 +22,6 @@ #ifndef SORD_SORDMM_HPP #define SORD_SORDMM_HPP -#include -#include -#include -#include -#include -#include -#include - #if defined(__clang__) # pragma clang diagnostic push # pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant" @@ -42,6 +34,16 @@ # pragma clang diagnostic pop #endif +#include +#include +#include +#include +#include +#include +#include +#include +#include + #define SORD_NS_XSD "http://www.w3.org/2001/XMLSchema#" namespace Sord { -- cgit v1.2.1