Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / readinp.c
index ff55b9dc7b26d315d682dc1ffa4dea1117e3ba86..10a2c7cc366e2932d179af5824894e3de7b2d494 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
+#include "gromacs/legacyheaders/readinp.h"
 
 #include <stdio.h>
 #include <stdlib.h>
-#include "gromacs/legacyheaders/typedefs.h"
-#include "gromacs/utility/cstringutil.h"
-#include "gromacs/utility/futil.h"
-#include "gromacs/utility/smalloc.h"
-#include "gromacs/legacyheaders/readinp.h"
-#include "gromacs/legacyheaders/macros.h"
+
 #include "gromacs/fileio/gmxfio.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/legacyheaders/warninp.h"
+#include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/futil.h"
+#include "gromacs/utility/smalloc.h"
 
 t_inpfile *read_inpfile(const char *fn, int *ninp,
                         warninp_t wi)