Manually sort some includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / utility / gmxregex.cpp
index cf0fc9746b2c7c90525a66e8fb83971bc6be30a1..81efa86870b212326be4bf1c1623354bf26efa3d 100644 (file)
@@ -46,8 +46,8 @@
 #include "config.h"
 
 #if defined(HAVE_POSIX_REGEX)
-// old Mac needs sys/types.h before regex.h
 #include <sys/types.h>
+// old Mac needs sys/types.h before regex.h
 #include <regex.h>
 #define USE_POSIX_REGEX
 #elif defined(HAVE_CXX11_REGEX)
@@ -55,8 +55,8 @@
 #define USE_CXX11_REGEX
 #endif
 
-#include "exceptions.h"
-#include "stringutil.h"
+#include "gromacs/utility/exceptions.h"
+#include "gromacs/utility/stringutil.h"
 
 namespace gmx
 {