Move smalloc.h to utility/
[alexxy/gromacs.git] / src / gromacs / linearalgebra / sparsematrix.c
index 52187a35c47782e708dfd5217eda418084ccf6a5..d2bb9495f4bc84340a2637f0df45305830b10f93 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.
 #include <stdlib.h>
 #include <stdio.h>
 
-#include "gromacs/legacyheaders/smalloc.h"
-
-
-
+#include "gromacs/utility/smalloc.h"
 
 gmx_sparsematrix_t *
 gmx_sparsematrix_init(int                    nrow)