From: bangerth Date: Sun, 10 Jun 2007 18:19:09 +0000 (+0000) Subject: Work some on the list of header files. In particular, the first thing we always have... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=557487a443bafebe6d00fd39fcaa98c195e090e3;p=dealii-svn.git Work some on the list of header files. In particular, the first thing we always have to include is config.h git-svn-id: https://svn.dealii.org/trunk@14775 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/path_search.h b/deal.II/base/include/base/path_search.h index 0b0e7b6e71..c1ad9f4ed5 100644 --- a/deal.II/base/include/base/path_search.h +++ b/deal.II/base/include/base/path_search.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006 by the deal.II authors +// Copyright (C) 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -14,14 +14,15 @@ #define __deal2__path_search_h +#include +#include + #include #include #include #include #include -#include -#include DEAL_II_NAMESPACE_OPEN diff --git a/deal.II/base/source/path_search.cc b/deal.II/base/source/path_search.cc index 097dbb1533..94b7cb5549 100644 --- a/deal.II/base/source/path_search.cc +++ b/deal.II/base/source/path_search.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006 by the deal.II authors +// Copyright (C) 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -14,7 +14,6 @@ #include #include #include -#include #include #include