Move thread_mpi to src/external/
[alexxy/gromacs.git] / src / gromacs / fileio / gmxfio.c
index 3325a3605b073264171f87e3abe6d0294726956e..25696d1a4feba75b3124a6de962905185b8fd616 100644 (file)
@@ -48,6 +48,8 @@
 #include <unistd.h>
 #endif
 
+#include "thread_mpi/threads.h"
+
 #include "gmx_fatal.h"
 #include "macros.h"
 #include "smalloc.h"
@@ -57,8 +59,6 @@
 #include "gmxfio.h"
 #include "md5.h"
 
-#include "gromacs/legacyheaders/thread_mpi/threads.h"
-
 #include "gmxfio_int.h"
 
 /* This is the new improved and thread safe version of gmxfio. */