Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / mdlib / ewald.c
index ad6740eef89aa51d4fbeb1ffe78423c370c01087..bcf1865df33e118fe24bc5d3f14785ac031912ca 100644 (file)
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#include "config.h"
+#include "gmxpre.h"
 
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "typedefs.h"
-#include "types/commrec.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/types/commrec.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/utility/smalloc.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/math/units.h"
-#include "coulomb.h"
-#include "macros.h"
+#include "gromacs/legacyheaders/coulomb.h"
+#include "gromacs/legacyheaders/macros.h"
 
 #include "gromacs/utility/futil.h"
 #include "gromacs/math/gmxcomplex.h"