Remove gmx::File (except for File::exists())
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / pdb2top.cpp
index dfae1420ef96e2b3e4c74e95a68c5fc2011ae7ca..49b7316358b22428befbfc097570f5610bdb3508 100644 (file)
@@ -70,7 +70,6 @@
 #include "gromacs/utility/dir_separator.h"
 #include "gromacs/utility/exceptions.h"
 #include "gromacs/utility/fatalerror.h"
-#include "gromacs/utility/file.h"
 #include "gromacs/utility/futil.h"
 #include "gromacs/utility/path.h"
 #include "gromacs/utility/programcontext.h"
@@ -562,7 +561,7 @@ void print_top_comment(FILE       *out,
 
     if (strchr(ffdir, '/') == NULL)
     {
-        fprintf(out, ";\tForce field was read from the standard Gromacs share directory.\n;\n\n");
+        fprintf(out, ";\tForce field was read from the standard GROMACS share directory.\n;\n\n");
     }
     else if (ffdir[0] == '.')
     {