From ca82aa7cb27a028d038a72eeb8dfca5f5289fde9 Mon Sep 17 00:00:00 2001 From: Franz Beaune Date: Sun, 11 Sep 2016 11:01:20 +0200 Subject: [PATCH] Sort #include clauses --- src/appleseed/foundation/utility/xercesc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appleseed/foundation/utility/xercesc.cpp b/src/appleseed/foundation/utility/xercesc.cpp index 9e5d76f97c..90717aa914 100644 --- a/src/appleseed/foundation/utility/xercesc.cpp +++ b/src/appleseed/foundation/utility/xercesc.cpp @@ -35,8 +35,8 @@ // Xerces-C++ headers. #include "xercesc/util/PlatformUtils.hpp" -#include "xercesc/util/XMLExceptMsgs.hpp" #include "xercesc/util/XMLException.hpp" +#include "xercesc/util/XMLExceptMsgs.hpp" using namespace std; using namespace xercesc;