Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / mdlib / mdatom.c
index b07b326db138e22c4b5fdb0500564db2e5285a45..5139416bcc7079dcfee71e56c7b832618a3df0dd 100644 (file)
 
 #include <math.h>
 
-#include "typedefs.h"
-#include "mdatoms.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/mdatoms.h"
 #include "gromacs/utility/smalloc.h"
-#include "qmmm.h"
+#include "gromacs/legacyheaders/qmmm.h"
 #include "gromacs/topology/mtop_util.h"
-#include "gmx_omp_nthreads.h"
+#include "gromacs/legacyheaders/gmx_omp_nthreads.h"
 
 #define ALMOST_ZERO 1e-30