Create fileio module
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_chi.c
index 7b3c07ac9e0f3575b0f0899dde482337db35baf8..02a751cac4b8449e407938d714bf39fcaaf7aa2e 100644 (file)
 #include <stdio.h>
 #include <math.h>
 
-#include "confio.h"
-#include "pdbio.h"
+#include "gromacs/fileio/confio.h"
+#include "gromacs/fileio/pdbio.h"
 #include "gmx_fatal.h"
-#include "futil.h"
+#include "gromacs/fileio/futil.h"
 #include "gstat.h"
 #include "macros.h"
 #include "maths.h"
@@ -49,7 +49,7 @@
 #include "index.h"
 #include "smalloc.h"
 #include "statutil.h"
-#include "tpxio.h"
+#include "gromacs/fileio/tpxio.h"
 #include <string.h>
 #include "sysstuff.h"
 #include "txtdump.h"
@@ -57,7 +57,7 @@
 #include "vec.h"
 #include "strdb.h"
 #include "xvgr.h"
-#include "matio.h"
+#include "gromacs/fileio/matio.h"
 #include "gmx_ana.h"
 
 static gmx_bool bAllowed(real phi, real psi)