Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / ewald.c
index e4b789df76f2e235f3741b21add66d24cd93d299..97d0962f3993610753dd47a181115aae8ba6be44 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
-
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "gromacs/legacyheaders/coulomb.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/math/gmxcomplex.h"
+#include "gromacs/math/units.h"
 #include "gromacs/math/vec.h"
-#include "gromacs/utility/smalloc.h"
 #include "gromacs/utility/fatalerror.h"
-#include "gromacs/math/units.h"
-#include "gromacs/legacyheaders/coulomb.h"
-#include "gromacs/legacyheaders/macros.h"
-
 #include "gromacs/utility/futil.h"
-#include "gromacs/math/gmxcomplex.h"
+#include "gromacs/utility/smalloc.h"
 
 #define TOL 2e-5