Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_morph.c
index a4bf81f835bc9b61d746487e35c1b35b2030456d..fe1153db71794105bd1fe58811d92c1744f9892e 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
-
-#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/commandline/pargs.h"
 #include "gromacs/fileio/confio.h"
-#include "gromacs/legacyheaders/viewit.h"
-#include "gromacs/topology/index.h"
-#include "gmx_ana.h"
 #include "gromacs/fileio/trxio.h"
-
-#include "gromacs/commandline/pargs.h"
 #include "gromacs/fileio/xvgr.h"
+#include "gromacs/gmxana/gmx_ana.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/viewit.h"
 #include "gromacs/math/do_fit.h"
 #include "gromacs/topology/atoms.h"
+#include "gromacs/topology/index.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"