From a97804e5912a5552fa165b4583130eb8783d7871 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 19 Sep 2010 03:37:05 +0000 Subject: [PATCH] Simplify list of include files. git-svn-id: https://svn.dealii.org/trunk@22043 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/constraints_merge.cc | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/tests/deal.II/constraints_merge.cc b/tests/deal.II/constraints_merge.cc index 864175b2e9..72e4391eec 100644 --- a/tests/deal.II/constraints_merge.cc +++ b/tests/deal.II/constraints_merge.cc @@ -15,24 +15,11 @@ // merge and print a bunch of ConstrainMatrices #include "../tests.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include #include -#include -#include #include #include -#include -#include +#include std::ofstream logfile("constraints_merge/output"); -- 2.39.5