From: Wolfgang Bangerth Date: Tue, 28 Apr 2009 13:35:51 +0000 (+0000) Subject: Suggestion by Rostislav Khlebnikov: Remove an include file that is X-Git-Tag: v8.0.0~7735 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02dc7879454d846765177922d3ef072ebb637546;p=dealii.git Suggestion by Rostislav Khlebnikov: Remove an include file that is apparently not necessary. git-svn-id: https://svn.dealii.org/trunk@18766 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/table_handler.cc b/deal.II/base/source/table_handler.cc index 2547c3c106..4681c7c5e6 100644 --- a/deal.II/base/source/table_handler.cc +++ b/deal.II/base/source/table_handler.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -18,7 +18,7 @@ #include #include #include -#include + DEAL_II_NAMESPACE_OPEN