Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / pp2shift.c
index 9ad592fb62f4cdb96e77ed90447e7d584d37899a..fa12f6d0b6afed5d822f886780f87ceb6719b0ea 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
-
-#include <stdlib.h>
 #include <math.h>
-#include "gromacs/legacyheaders/typedefs.h"
-#include "gromacs/utility/futil.h"
-#include "gromacs/legacyheaders/macros.h"
-#include "gromacs/math/units.h"
-#include "gromacs/utility/smalloc.h"
-#include "gstat.h"
+#include <stdlib.h>
+
 #include "gromacs/fileio/matio.h"
+#include "gromacs/gmxana/gstat.h"
 #include "gromacs/legacyheaders/copyrite.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/math/units.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/futil.h"
+#include "gromacs/utility/smalloc.h"
 
 typedef struct {
     int    nx, ny;