Skip to content
Snippets Groups Projects
Commit 8306f852 authored by René Fritze's avatar René Fritze
Browse files

remove obsolete config include branches

parent e86533a3
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ dune_add_library("dunestuff" common/filesystem.cc
common/signals.cc
common/math.cc
fem/femeoc.cc
function/expression/mathexpr.cc
functions/expression/mathexpr.cc
ADD_LIBS ${DUNE_LIBS})
target_link_dune_default_libraries(dunestuff)
......
#ifndef DUNE_STUFF_COMMON_MATH_HH
#define DUNE_STUFF_COMMON_MATH_HH
#ifdef HAVE_CMAKE_CONFIG
#include "cmake_config.h"
#else
#include "config.h"
#endif // ifdef HAVE_CMAKE_CONFIG
#include <config.h>
#include <vector>
#include <limits>
#include <algorithm>
......
......@@ -9,11 +9,7 @@
#include <map>
#include <assert.h>
#include <algorithm>
#ifdef HAVE_CMAKE_CONFIG
#include "cmake_config.h"
#else
#include "config.h"
#endif // ifdef HAVE_CMAKE_CONFIG
#include <config.h>
#include <dune/common/version.hh>
#include <dune/common/array.hh>
#include <dune/common/static_assert.hh>
......
#ifndef DUNE_STUFF_CONFIGCONTAINER_HH_INCLUDED
#define DUNE_STUFF_CONFIGCONTAINER_HH_INCLUDED
#ifdef HAVE_CMAKE_CONFIG
#include "cmake_config.h"
#elif defined(HAVE_CONFIG_H)
#include <config.h>
#endif // ifdef HAVE_CMAKE_CONFIG
#include <dune/common/deprecated.hh>
#include <dune/common/parametertree.hh>
......
......@@ -5,11 +5,7 @@
#ifndef DUNE_STUFF_COMMON_STRING_HH
#define DUNE_STUFF_COMMON_STRING_HH
#ifdef HAVE_CMAKE_CONFIG
#include "cmake_config.h"
#else
#include "config.h"
#endif // ifdef HAVE_CMAKE_CONFIG
#include <config.h>
#include <cstring>
#include <ctime>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment