Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / linearalgebra / sparsematrix.c
index 52187a35c47782e708dfd5217eda418084ccf6a5..5b2405c3de99bcefac6c790027f0cd23cfd49e39 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) 2012, by the GROMACS development team, led by
+ * Copyright (c) 2012,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.
  */
+#include "gmxpre.h"
+
 #include "sparsematrix.h"
 
 #include <assert.h>
-#include <stdlib.h>
 #include <stdio.h>
+#include <stdlib.h>
 
-#include "gromacs/legacyheaders/smalloc.h"
-
-
-
+#include "gromacs/utility/smalloc.h"
 
 gmx_sparsematrix_t *
 gmx_sparsematrix_init(int                    nrow)