--- /dev/null
+//---------------------------------------------------------------------------
+// $Id: matrix_tools.h -1 $
+//
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2011, 2012 by the deal.II authors
+//
+// This file is subject to QPL and may not be distributed
+// without copyright and license information. Please refer
+// to the file deal.II/doc/license.html for the text and
+// further information on this license.
+//
+//---------------------------------------------------------------------------
+
+//this files is deprecated, use vector_tools.h instead
+
+#ifndef __deal2__matrices_h
+#define __deal2__matrices_h
+
+#include <deal.II/numerics/matrix_tools.h>
+
+#endif
--- /dev/null
+//---------------------------------------------------------------------------
+// $Id: vectors.h -1 $
+//
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors
+//
+// This file is subject to QPL and may not be distributed
+// without copyright and license information. Please refer
+// to the file deal.II/doc/license.html for the text and
+// further information on this license.
+//
+//---------------------------------------------------------------------------
+
+//this files is deprecated, use vector_tools.h instead
+
+#ifndef __deal2__vectors_h
+#define __deal2__vectors_h
+
+#include <deal.II/numerics/vector_tools.h>
+
+#endif
--- /dev/null
+//---------------------------------------------------------------------------
+// $Id: vector_tools.templates.h -1 $
+//
+// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors
+//
+// This file is subject to QPL and may not be distributed
+// without copyright and license information. Please refer
+// to the file deal.II/doc/license.html for the text and
+// further information on this license.
+//
+//---------------------------------------------------------------------------
+
+//this files is deprecated, use vectors.templates.h instead
+
+#ifndef _deal2__vectors_templates_h
+#define _deal2__vectors_templates_h
+
+#include <deal.II/numerics/vector_tools.templates.h>
+
+#endif