Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / mvdata.c
index 9db70030d29f742ca5a50c15269a9ba18bbf6c28..41aeaeaf15e7267d1bbb475c44d016d6e6ddd7f0 100644 (file)
 /* This file is completely threadsafe - keep it that way! */
 #include "gmxpre.h"
 
-#include "config.h"
+#include "gromacs/legacyheaders/mvdata.h"
 
 #include <string.h>
 
-#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/legacyheaders/main.h"
-#include "gromacs/legacyheaders/mvdata.h"
-#include "gromacs/legacyheaders/types/commrec.h"
 #include "gromacs/legacyheaders/network.h"
-#include "gromacs/math/vec.h"
 #include "gromacs/legacyheaders/tgroup.h"
-
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/topology/symtab.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"