Skip to content
Snippets Groups Projects
Commit 28f8a657 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

move common/configcontainer -> common/configuration

parent 50b114f9
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
#include <memory>
#include <dune/stuff/common/exceptions.hh>
#include <dune/stuff/common/configcontainer.hh>
#include <dune/stuff/common/configuration.hh>
#include "functions/interfaces.hh"
#include "functions/checkerboard.hh"
......
......@@ -14,7 +14,7 @@
#include <dune/geometry/referenceelements.hh>
#include <dune/stuff/common/reenable_warnings.hh>
#include <dune/stuff/common/configcontainer.hh>
#include <dune/stuff/common/configuration.hh>
#include <dune/stuff/common/debug.hh>
#include <dune/stuff/la/container/eigen.hh>
......
......@@ -12,7 +12,7 @@
#include <dune/common/exceptions.hh>
#include <dune/stuff/common/configcontainer.hh>
#include <dune/stuff/common/configuration.hh>
#include <dune/stuff/common/debug.hh>
#include "interfaces.hh"
......
......@@ -10,7 +10,7 @@
#include <memory>
#include <dune/stuff/common/configcontainer.hh>
#include <dune/stuff/common/configuration.hh>
#include "interfaces.hh"
......
......@@ -15,7 +15,7 @@
#include <dune/common/fvector.hh>
#include <dune/stuff/common/reenable_warnings.hh>
#include <dune/stuff/common/configcontainer.hh>
#include <dune/stuff/common/configuration.hh>
#include <dune/stuff/common/exceptions.hh>
#include "expression/base.hh"
......
......@@ -10,7 +10,7 @@
#include <memory>
#include <dune/stuff/common/exceptions.hh>
#include <dune/stuff/common/configcontainer.hh>
#include <dune/stuff/common/configuration.hh>
#include <dune/stuff/common/color.hh>
#include <dune/stuff/common/string.hh>
......
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