Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / utility / cstringutil.c
index 85cbd41c0af55b776340fcaa385f24f2992ce70a..14f010c077cc26bf34b63c065e43ff22c560ecc1 100644 (file)
@@ -39,6 +39,8 @@
 
 #include "cstringutil.h"
 
+#include "config.h"
+
 #include <assert.h>
 #include <ctype.h>
 #include <stdio.h>
@@ -48,8 +50,6 @@
 
 #include <sys/types.h>
 
-#include "config.h"
-
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
 #endif