Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / readinp.c
index 0f2e4196d7dead9aae3527463905c1f420920a96..10a2c7cc366e2932d179af5824894e3de7b2d494 100644 (file)
  */
 #include "gmxpre.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)