Create fileio module
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_sigeps.c
index f3514be61f12a69eeb620d48c2db1f967da4ecde..7e4d850b7979a016cd259925a032e04f3b43e5a1 100644 (file)
@@ -45,7 +45,7 @@
 #include "statutil.h"
 #include "gmx_fatal.h"
 #include "xvgr.h"
-#include "pdbio.h"
+#include "gromacs/fileio/pdbio.h"
 #include "macros.h"
 #include "smalloc.h"
 #include "vec.h"
@@ -53,9 +53,9 @@
 #include "physics.h"
 #include "names.h"
 #include "txtdump.h"
-#include "trnio.h"
+#include "gromacs/fileio/trnio.h"
 #include "symtab.h"
-#include "confio.h"
+#include "gromacs/fileio/confio.h"
 
 real pot(real x, real qq, real c6, real cn, int npow)
 {