Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / init.c
index 98b72dda5f7383add34efbf423ddd5f834fc1ce7..21549e2aa7eaa23d433feb168dd5a0f589366081 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
-
 #include <stdio.h>
-#include "gromacs/legacyheaders/typedefs.h"
+
 #include "gromacs/fileio/tpxio.h"
-#include "gromacs/utility/smalloc.h"
-#include "gromacs/math/vec.h"
-#include "gromacs/legacyheaders/mvdata.h"
-#include "gromacs/utility/fatalerror.h"
-#include "gromacs/legacyheaders/txtdump.h"
 #include "gromacs/legacyheaders/mdatoms.h"
+#include "gromacs/legacyheaders/mdebin.h"
 #include "gromacs/legacyheaders/mdrun.h"
+#include "gromacs/legacyheaders/mvdata.h"
 #include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/txtdump.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/legacyheaders/update.h"
-#include "gromacs/legacyheaders/mdebin.h"
+#include "gromacs/math/vec.h"
+#include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/smalloc.h"
 
 #define BUFSIZE 256