Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / gmxlib / rbin.c
index 041a1ea610f0014af58fa7a347cb83a5d395f6bc..e47c898df04ce1891141b7b8e30fa182a149bfbf 100644 (file)
@@ -37,9 +37,9 @@
 /* This file is completely threadsafe - keep it that way! */
 #include "config.h"
 
-#include "typedefs.h"
-#include "network.h"
-#include "rbin.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/rbin.h"
 #include "gromacs/utility/smalloc.h"
 
 t_bin *mk_bin(void)