Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / ewald_util.c
index 56215773bcd2f2b03dde7d4a57f0ff131e7603a2..d3bb07b6e3fe65539870db6af2e5a01bdebd333c 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
-
-#include <stdio.h>
 #include <math.h>
-#include "gromacs/math/utilities.h"
+#include <stdio.h>
+
+#include "gromacs/legacyheaders/coulomb.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/txtdump.h"
 #include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/legacyheaders/types/commrec.h"
-#include "gromacs/math/vec.h"
-#include "gromacs/legacyheaders/coulomb.h"
-#include "gromacs/utility/smalloc.h"
 #include "gromacs/math/units.h"
-#include "gromacs/legacyheaders/txtdump.h"
+#include "gromacs/math/utilities.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/utility/futil.h"
-#include "gromacs/legacyheaders/names.h"
-#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/utility/smalloc.h"
 
 real calc_ewaldcoeff_q(real rc, real dtol)
 {