Create fileio module
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_confrms.c
index 532764c3fe883c361e945a307bca80296625af69..d0ceeece24a0e2e437b9d41d3d56ccd173a30cf3 100644 (file)
 #include <config.h>
 #endif
 
-#include "filenm.h"
+#include "gromacs/fileio/filenm.h"
 #include "smalloc.h"
 #include "macros.h"
 #include <math.h>
 #include "typedefs.h"
 #include "xvgr.h"
 #include "statutil.h"
-#include "tpxio.h"
+#include "gromacs/fileio/tpxio.h"
 #include "string2.h"
 #include "vec.h"
 #include "index.h"
 #include "pbc.h"
 #include "gmx_fatal.h"
-#include "futil.h"
-#include "confio.h"
-#include "pdbio.h"
+#include "gromacs/fileio/futil.h"
+#include "gromacs/fileio/confio.h"
+#include "gromacs/fileio/pdbio.h"
 #include "txtdump.h"
 #include "do_fit.h"
 #include "viewit.h"