From 565e7ae13be0b36eb244293fdacfb47f29897ed6 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 3 Oct 2002 22:41:22 +0000 Subject: [PATCH] forward_declarations.h no longer exists. this file is not compiled, so we did not see this, but it triggers a bug when used for processing auto-dependencies with gcc -M. git-svn-id: https://svn.dealii.org/trunk@6603 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/testmatrix.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/lac/testmatrix.h b/tests/lac/testmatrix.h index bbff9c7dcf..68fb6b71b0 100644 --- a/tests/lac/testmatrix.h +++ b/tests/lac/testmatrix.h @@ -1,7 +1,6 @@ // $Id$ #include -#include /** * Finite difference matrix on uniform grid. -- 2.39.5