From: Martin Kronbichler Date: Mon, 20 Jun 2022 07:46:47 +0000 (+0200) Subject: Remove obsolete header file X-Git-Tag: v9.5.0-rc1~1182^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14023%2Fhead;p=dealii.git Remove obsolete header file --- diff --git a/include/deal.II/matrix_free/helper_functions.h b/include/deal.II/matrix_free/helper_functions.h deleted file mode 100644 index b53b2bc314..0000000000 --- a/include/deal.II/matrix_free/helper_functions.h +++ /dev/null @@ -1,33 +0,0 @@ -// --------------------------------------------------------------------- -// -// Copyright (C) 2011 - 2019 by the deal.II authors -// -// This file is part of the deal.II library. -// -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE.md at -// the top level directory of deal.II. -// -// --------------------------------------------------------------------- - - -#ifndef dealii_matrix_free_helper_functions_h -#define dealii_matrix_free_helper_functions_h - - -#include - -#include -#include -#include -#include -#include -#include - -#include - - -#endif diff --git a/include/deal.II/matrix_free/mapping_info.h b/include/deal.II/matrix_free/mapping_info.h index ecabdcd953..6c16616cae 100644 --- a/include/deal.II/matrix_free/mapping_info.h +++ b/include/deal.II/matrix_free/mapping_info.h @@ -33,7 +33,6 @@ #include #include -#include #include #include