Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / gmxlib / network.c
index 8ce99ce6ed8f113b078ed76909570c1fffe13969..28793d9511f9fbc651d00a8cd8839023a8fb5f0d 100644 (file)
@@ -34,7 +34,7 @@
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#include "network.h"
+#include "gromacs/legacyheaders/network.h"
 
 #include "config.h"
 
@@ -43,9 +43,9 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "types/commrec.h"
-#include "copyrite.h"
-#include "macros.h"
+#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/legacyheaders/copyrite.h"
+#include "gromacs/legacyheaders/macros.h"
 
 #include "gromacs/utility/basenetwork.h"
 #include "gromacs/utility/cstringutil.h"