Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / specbond.c
index 08ab832498e25fc985c86441e5c63c4018dd56b4..5eec78ca72aaf2529dbaee7ed243c83b299b263b 100644 (file)
@@ -40,7 +40,7 @@
 #include <math.h>
 #include <string.h>
 
-#include "typedefs.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/fileio/pdbio.h"
 #include "gromacs/fileio/strdb.h"
 #include "gromacs/utility/cstringutil.h"
@@ -48,7 +48,7 @@
 #include "specbond.h"
 #include "pdb2top.h"
 #include "gromacs/math/vec.h"
-#include "macros.h"
+#include "gromacs/legacyheaders/macros.h"
 
 gmx_bool yesno(void)
 {