Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_kernels / nbnxn_kernel_ref.c
index ca00dc79ac75d4bec707c41681b8fdde792434c6..3528e7c25880d68399c8a7746656f05db6a87b3b 100644 (file)
@@ -37,9 +37,9 @@
 #include <math.h>
 #include <assert.h>
 
-#include "typedefs.h"
-#include "force.h"
-#include "gmx_omp_nthreads.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/force.h"
+#include "gromacs/legacyheaders/gmx_omp_nthreads.h"
 
 #include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/ishift.h"