Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / polynomials.c
index 91cd15ff8925f0b78ddee4b95bc0ef7090281c04..9f6257bfbe7adfe6645d630f7583760e8124f34d 100644 (file)
  */
 #include "gmxpre.h"
 
-#include <stdio.h>
 #include <math.h>
+#include <stdio.h>
+
+#include "gromacs/gmxana/gstat.h"
 #include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/utility/fatalerror.h"
-#include "gstat.h"
 
 real LegendreP(real x, unsigned long m)