Create fileio module
[alexxy/gromacs.git] / src / gromacs / utility / programinfo.cpp
index 499abba514f71029e182d0501d73671491a9f16c..4355c6b1c3c0e5d89e39f81a525b91574efdd5c2 100644 (file)
@@ -54,7 +54,7 @@
 
 #include <boost/scoped_ptr.hpp>
 
-#include "gromacs/legacyheaders/futil.h"
+#include "gromacs/fileio/futil.h"
 #include "gromacs/legacyheaders/thread_mpi/mutex.h"
 
 #include "gromacs/utility/exceptions.h"
@@ -123,7 +123,7 @@ ProgramInfo::Impl::Impl(const char *realBinaryName,
     // Some places in the existing code expect to have DIR_SEPARATOR in all
     // input paths, but Windows may also give '/' (and does that, e.g., for
     // tests invoked through CTest).
-    // When removing this, remove also the #include "futil.h".
+    // When removing this, remove also the #include "gromacs/fileio/futil.h".
     if (DIR_SEPARATOR == '\\')
     {
         std::replace(fullInvokedProgram_.begin(), fullInvokedProgram_.end(),