Create fileio module
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_helix.c
index dbb3145f0c33d24efea11a8cb12603209b725d5a..56f4c5975633bdab8931b89202438cd4a38334b3 100644 (file)
 
 #include <math.h>
 
-#include "confio.h"
+#include "gromacs/fileio/confio.h"
 #include "gmx_fatal.h"
 #include "fitahx.h"
-#include "futil.h"
+#include "gromacs/fileio/futil.h"
 #include "gstat.h"
 #include "wgms.h"
 #include "hxprops.h"
 #include "macros.h"
 #include "maths.h"
 #include "pbc.h"
-#include "tpxio.h"
+#include "gromacs/fileio/tpxio.h"
+#include "gromacs/fileio/trxio.h"
 #include "physics.h"
 #include "index.h"
 #include "smalloc.h"