Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / gmx_detect_hardware.cpp
index e05629a5122d20532c97e034ed17a15914f5b5c3..bc7817d5f614b2d16b704f1efa321a4c76097f67 100644 (file)
@@ -36,6 +36,8 @@
 
 #include "gromacs/legacyheaders/gmx_detect_hardware.h"
 
+#include "config.h"
+
 #include <assert.h>
 #include <errno.h>
 #include <stdlib.h>
@@ -44,8 +46,6 @@
 #include <string>
 #include <vector>
 
-#include "config.h"
-
 #ifdef HAVE_UNISTD_H
 /* For sysconf */
 #include <unistd.h>