Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / gmxlib / checkpoint.cpp
index 641790541fe33ecc061656930f164d0bdd02c597..c2034ae93bd8a75f3a0dfa1cf27bc8297cea0b08 100644 (file)
@@ -35,7 +35,7 @@
 
 /* The source code in this file should be thread-safe.
    Please keep it that way. */
-#include "checkpoint.h"
+#include "gromacs/legacyheaders/checkpoint.h"
 
 #include "config.h"
 
 #include <sys/locking.h>
 #endif
 
-#include "copyrite.h"
-#include "names.h"
-#include "typedefs.h"
-#include "types/commrec.h"
-#include "txtdump.h"
+#include "gromacs/legacyheaders/copyrite.h"
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/legacyheaders/txtdump.h"
 #include "gromacs/math/vec.h"
-#include "network.h"
+#include "gromacs/legacyheaders/network.h"
 
 #include "gromacs/fileio/filenm.h"
 #include "gromacs/utility/futil.h"