Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_make_ndx.c
index 3415ff59db0290ed5eb35527c3b6e21c18d6afc2..55dc3ab47b4027dda9599d1634b2d3994fb9d124 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
-
 #include <ctype.h>
 #include <string.h>
 
-#include "gromacs/utility/futil.h"
-#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/commandline/pargs.h"
 #include "gromacs/fileio/confio.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/legacyheaders/typedefs.h"
-#include "gromacs/topology/index.h"
 #include "gromacs/math/vec.h"
-
-#include "gromacs/commandline/pargs.h"
 #include "gromacs/topology/block.h"
+#include "gromacs/topology/index.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/futil.h"
 #include "gromacs/utility/smalloc.h"
 
 /* It's not nice to have size limits, but we should not spend more time