From ac4b903535162b8e49fc42f849e71e34a66d3f54 Mon Sep 17 00:00:00 2001
From: Chuck Atkins <chuck.atkins@kitware.com>
Date: Wed, 19 Apr 2017 20:37:53 -0400
Subject: [PATCH] Re-order headers after recent merge

---
 source/adios2/capsule/heap/STLVector.cpp   | 4 ++--
 source/adios2/capsule/shmem/ShmSystemV.cpp | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/source/adios2/capsule/heap/STLVector.cpp b/source/adios2/capsule/heap/STLVector.cpp
index 989394866..2873f3f0f 100644
--- a/source/adios2/capsule/heap/STLVector.cpp
+++ b/source/adios2/capsule/heap/STLVector.cpp
@@ -8,13 +8,13 @@
  *      Author: wfg
  */
 
+#include "STLVector.h"
+
 /// \cond EXCLUDE_FROM_DOXYGEN
 #include <new>       //std::bad_alloc
 #include <stdexcept> //std::runtime_error
 /// \endcond
 
-#include "STLVector.h"
-
 namespace adios
 {
 namespace capsule
diff --git a/source/adios2/capsule/shmem/ShmSystemV.cpp b/source/adios2/capsule/shmem/ShmSystemV.cpp
index b9c78211c..4562cbc0e 100644
--- a/source/adios2/capsule/shmem/ShmSystemV.cpp
+++ b/source/adios2/capsule/shmem/ShmSystemV.cpp
@@ -8,6 +8,8 @@
  *      Author: wfg
  */
 
+#include "ShmSystemV.h"
+
 #include <sys/shm.h>
 
 /// \cond EXCLUDE_FROM_DOXYGEN
@@ -15,8 +17,6 @@
 #include <utility>
 /// \endcond
 
-#include "ShmSystemV.h"
-
 namespace adios
 {
 
-- 
GitLab