Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_morph.c
index 8e77699e8935121e8ee27e6bc965fa690644dc9b..fe1153db71794105bd1fe58811d92c1744f9892e 100644 (file)
  */
 #include "gmxpre.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"