Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / gmxlib / calcgrid.c
index 909a3fd50b476ec8e3cccc03698042d8ccdda1f6..66e8312a8449fc636db1838b30f25f0ebbbd4e3a 100644 (file)
 
 #include <math.h>
 
-#include "typedefs.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/utility/smalloc.h"
 #include "gromacs/utility/fatalerror.h"
-#include "calcgrid.h"
+#include "gromacs/legacyheaders/calcgrid.h"
 
 /* The grid sizes below are based on timing of a 3D cubic grid in fftw
  * compiled with SSE using 4 threads in fft5d.c.