Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / fitahx.h
index ea5bca18bb6554d58f362ad1c8c94563bedf2492..399028ef054e7de3da18a4b06e4ff7e98d124395 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -39,8 +39,8 @@
 #define _fitahx_h
 
 
-#include "typedefs.h"
-#include "hxprops.h"
+#include "gromacs/gmxana/hxprops.h"
+#include "gromacs/legacyheaders/typedefs.h"
 
 extern real fit_ahx(int nres, t_bb bb[], int natoms, int nall, atom_id allindex[],
                     rvec x[], int nca, atom_id caindex[], gmx_bool bFit);