Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / correl.c
index a779cda9fee3bc61d4f89de4a112a1fd0ca08939..a8c8c430ff8a005ea59f8eddfe9293a59a86d5a6 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2008, 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.
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
 
+#include "correl.h"
+
+#include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <math.h>
 
 #include "gromacs/fft/fft.h"
-#include "smalloc.h"
-#include "correl.h"
+#include "gromacs/utility/smalloc.h"
 
 #define SWAP(a, b) tempr = (a); (a) = (b); (b) = tempr