Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / gmxlib / ewald_util.c
index 36179dc66d2f098876672332d528adcabab5f362..d72b954c773c4b659561fc4b94590684f331b8e8 100644 (file)
 #include <stdio.h>
 #include <math.h>
 #include "gromacs/math/utilities.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 "coulomb.h"
+#include "gromacs/legacyheaders/coulomb.h"
 #include "gromacs/utility/smalloc.h"
 #include "gromacs/math/units.h"
-#include "txtdump.h"
+#include "gromacs/legacyheaders/txtdump.h"
 #include "gromacs/utility/futil.h"
-#include "names.h"
-#include "macros.h"
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/macros.h"
 
 real calc_ewaldcoeff_q(real rc, real dtol)
 {