Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / expfit.c
index 845c3fe86995443ac3a5f333d57389cf84e9e887..61f9f7699ec8615a5078478faebdbf6cbd51f046 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.
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
 
-
-#include <sysstuff.h>
-#include <string.h>
 #include <math.h>
-#include "typedefs.h"
-#include "smalloc.h"
-#include "xvgr.h"
-#include "gromacs/fileio/futil.h"
-#include "gstat.h"
-#include "vec.h"
-#include "index.h"
+#include <string.h>
+
+#include "gromacs/fileio/xvgr.h"
+#include "gromacs/gmxana/gstat.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/math/vec.h"
+#include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/futil.h"
+#include "gromacs/utility/smalloc.h"
 
 const int   nfp_ffn[effnNR] = { 0, 1, 2, 3, 2, 5, 7, 9, 4, 3};