Move thread_mpi to src/external/
[alexxy/gromacs.git] / src / gromacs / fileio / futil.cpp
index 28b5af6d29371f97ee0a926c460ad9af3810d478..cbfba4683f1e48a2e99bc606dff363a2df987dbf 100644 (file)
@@ -65,6 +65,8 @@
 #include <windows.h>
 #endif
 
+#include "thread_mpi/threads.h"
+
 #include "gromacs/legacyheaders/gmx_fatal.h"
 #include "gromacs/legacyheaders/types/commrec.h"
 #include "gromacs/legacyheaders/network.h"
@@ -77,8 +79,6 @@
 #include "gromacs/utility/programcontext.h"
 #include "gromacs/utility/stringutil.h"
 
-#include "gromacs/legacyheaders/thread_mpi/threads.h"
-
 /* we keep a linked list of all files opened through pipes (i.e.
    compressed or .gzipped files. This way we can distinguish between them
    without having to change the semantics of reading from/writing to files)