Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / dens_filter.c
index 0bf0bfc7d2959bfca99098b5dba2afd0d65bcef8..bd08b5247a0b1b43d76416a7c22ea2d6dad709c7 100644 (file)
  * Routines for Filters and convolutions
  */
 
+#include "dens_filter.h"
+
 #include <math.h>
+
 #include "gromacs/legacyheaders/typedefs.h"
-#include "dens_filter.h"
-#include "gromacs/utility/smalloc.h"
 #include "gromacs/math/vec.h"
+#include "gromacs/utility/smalloc.h"
 
 #ifdef GMX_DOUBLE
 #define EXP(x) (exp(x))