From b6e55642ac94942bb40def85783b00499ef6dd93 Mon Sep 17 00:00:00 2001
From: Felix Schindler <felix.schindler@wwu.de>
Date: Tue, 19 Jan 2016 19:52:02 +0100
Subject: [PATCH] update include guards

---
 dune/xt/grid/boundaryinfo.hh                | 6 +++---
 dune/xt/grid/entity.hh                      | 6 +++---
 dune/xt/grid/information.hh                 | 6 +++---
 dune/xt/grid/intersection.hh                | 6 +++---
 dune/xt/grid/layers.hh                      | 6 +++---
 dune/xt/grid/output/entity_visualization.hh | 6 +++---
 dune/xt/grid/output/pgf.hh                  | 6 +++---
 dune/xt/grid/periodicview.hh                | 6 +++---
 dune/xt/grid/provider.hh                    | 6 +++---
 dune/xt/grid/provider/cube.hh               | 6 +++---
 dune/xt/grid/provider/default.hh            | 6 +++---
 dune/xt/grid/provider/dgf.hh                | 6 +++---
 dune/xt/grid/provider/eoc.hh                | 6 +++---
 dune/xt/grid/provider/gmsh.hh               | 6 +++---
 dune/xt/grid/provider/interface.hh          | 6 +++---
 dune/xt/grid/provider/starcd.hh             | 6 +++---
 dune/xt/grid/search.hh                      | 6 +++---
 dune/xt/grid/structuredgridfactory.hh       | 6 +++---
 dune/xt/grid/walk_functors.hh               | 6 +++---
 dune/xt/grid/walker.hh                      | 6 +++---
 dune/xt/grid/walker/apply-on.hh             | 6 +++---
 dune/xt/grid/walker/functors.hh             | 6 +++---
 dune/xt/grid/walker/wrapper.hh              | 6 +++---
 dune/xt/test/grid_provider.hh               | 6 +++---
 24 files changed, 72 insertions(+), 72 deletions(-)

diff --git a/dune/xt/grid/boundaryinfo.hh b/dune/xt/grid/boundaryinfo.hh
index 62d6e1a14..198a15a1b 100644
--- a/dune/xt/grid/boundaryinfo.hh
+++ b/dune/xt/grid/boundaryinfo.hh
@@ -8,8 +8,8 @@
 //   Sven Kaulmann   (2013 - 2014)
 //   Tobias Leibner  (2014)
 
-#ifndef DUNE_STUFF_GRID_BOUNDARYINFO_HH
-#define DUNE_STUFF_GRID_BOUNDARYINFO_HH
+#ifndef DUNE_XT_GRID_BOUNDARYINFO_HH
+#define DUNE_XT_GRID_BOUNDARYINFO_HH
 
 #include <map>
 #include <set>
@@ -801,4 +801,4 @@ public:
 } // namespace Stuff
 } // namespace Dune
 
-#endif // DUNE_STUFF_GRID_BOUNDARYINFO_HH
+#endif // DUNE_XT_GRID_BOUNDARYINFO_HH
diff --git a/dune/xt/grid/entity.hh b/dune/xt/grid/entity.hh
index f55c4a369..8f62aae4d 100644
--- a/dune/xt/grid/entity.hh
+++ b/dune/xt/grid/entity.hh
@@ -8,8 +8,8 @@
 //   Sven Kaulmann   (2014)
 //   Tobias Leibner  (2014)
 
-#ifndef DUNE_STUFF_GRID_ENTITY_HH
-#define DUNE_STUFF_GRID_ENTITY_HH
+#ifndef DUNE_XT_GRID_ENTITY_HH
+#define DUNE_XT_GRID_ENTITY_HH
 
 #include <dune/geometry/referenceelements.hh>
 
@@ -112,4 +112,4 @@ auto reference_element(const Dune::Geometry<mydim, cdim, GridImp, GeometryImp>&
 } // namespace Stuff
 } // namespace Dune
 
-#endif // DUNE_STUFF_GRID_ENTITY_HH
+#endif // DUNE_XT_GRID_ENTITY_HH
diff --git a/dune/xt/grid/information.hh b/dune/xt/grid/information.hh
index cca8b4447..931b9c184 100644
--- a/dune/xt/grid/information.hh
+++ b/dune/xt/grid/information.hh
@@ -8,8 +8,8 @@
 //   Sven Kaulmann   (2014)
 //   Tobias Leibner  (2014)
 
-#ifndef DUNE_STUFF_GRID_INFORMATION_HH
-#define DUNE_STUFF_GRID_INFORMATION_HH
+#ifndef DUNE_XT_GRID_INFORMATION_HH
+#define DUNE_XT_GRID_INFORMATION_HH
 
 #include <ostream>
 
@@ -198,4 +198,4 @@ inline std::ostream& operator<<(std::ostream& s, const DSG::Dimensions<T>& d)
 
 #endif // HAVE_DUNE_GRID
 
-#endif // DUNE_STUFF_GRID_INFORMATION_HH
+#endif // DUNE_XT_GRID_INFORMATION_HH
diff --git a/dune/xt/grid/intersection.hh b/dune/xt/grid/intersection.hh
index 884345d17..4fde0f4d4 100644
--- a/dune/xt/grid/intersection.hh
+++ b/dune/xt/grid/intersection.hh
@@ -9,8 +9,8 @@
 //   Sven Kaulmann   (2013)
 //   Tobias Leibner  (2014)
 
-#ifndef DUNE_STUFF_GRID_INTERSECTION_HH
-#define DUNE_STUFF_GRID_INTERSECTION_HH
+#ifndef DUNE_XT_GRID_INTERSECTION_HH
+#define DUNE_XT_GRID_INTERSECTION_HH
 
 #include <dune/common/deprecated.hh>
 #include <dune/common/fvector.hh>
@@ -149,4 +149,4 @@ bool intersectionContains(const IntersectionType& intersection, const Dune::Fiel
 } // end of namespace Stuff
 } // end namespace Dune
 
-#endif // DUNE_STUFF_GRID_INTERSECTION_HH
+#endif // DUNE_XT_GRID_INTERSECTION_HH
diff --git a/dune/xt/grid/layers.hh b/dune/xt/grid/layers.hh
index f60a03b2b..e6b3a4a8c 100644
--- a/dune/xt/grid/layers.hh
+++ b/dune/xt/grid/layers.hh
@@ -7,8 +7,8 @@
 //   Felix Schindler (2014 - 2015)
 //   Rene Milk       (2014 - 2015)
 
-#ifndef DUNE_STUFF_GRID_LAYERS_HH
-#define DUNE_STUFF_GRID_LAYERS_HH
+#ifndef DUNE_XT_GRID_LAYERS_HH
+#define DUNE_XT_GRID_LAYERS_HH
 
 #include <memory>
 #include <cassert>
@@ -426,4 +426,4 @@ struct LeafPartView
 } // namespace Stuff
 } // namespace Dune
 
-#endif // DUNE_STUFF_GRID_LAYERS_HH
+#endif // DUNE_XT_GRID_LAYERS_HH
diff --git a/dune/xt/grid/output/entity_visualization.hh b/dune/xt/grid/output/entity_visualization.hh
index fc4769e63..5f06a6d50 100644
--- a/dune/xt/grid/output/entity_visualization.hh
+++ b/dune/xt/grid/output/entity_visualization.hh
@@ -8,8 +8,8 @@
 //   Sven Kaulmann   (2013)
 //   Tobias Leibner  (2014)
 
-#ifndef DUNE_STUFF_GRID_ENTITY_VISUALIZATION_HH
-#define DUNE_STUFF_GRID_ENTITY_VISUALIZATION_HH
+#ifndef DUNE_XT_GRID_OUTPUT_ENTITY_VISUALIZATION_HH
+#define DUNE_XT_GRID_OUTPUT_ENTITY_VISUALIZATION_HH
 
 #include <boost/io/ios_state.hpp>
 
@@ -241,4 +241,4 @@ struct ElementVisualization
 
 #endif // HAVE_DUNE_GRID
 
-#endif // DUNE_STUFF_GRID_ENTITY_VISUALIZATION_HH
+#endif // DUNE_XT_GRID_OUTPUT_ENTITY_VISUALIZATION_HH
diff --git a/dune/xt/grid/output/pgf.hh b/dune/xt/grid/output/pgf.hh
index 49f7c6d3b..671f58f45 100644
--- a/dune/xt/grid/output/pgf.hh
+++ b/dune/xt/grid/output/pgf.hh
@@ -8,8 +8,8 @@
 //   Rene Milk       (2012 - 2013, 2015)
 //   Tobias Leibner  (2014)
 
-#ifndef DUNE_STUFF_GRID_OUTPUT_PGF_HH
-#define DUNE_STUFF_GRID_OUTPUT_PGF_HH
+#ifndef DUNE_XT_GRID_OUTPUT_PGF_HH
+#define DUNE_XT_GRID_OUTPUT_PGF_HH
 
 // nothing here will compile w/o grid present
 #if HAVE_DUNE_GRID
@@ -373,4 +373,4 @@ private:
 
 #endif // HAVE_DUNE_GRID
 
-#endif // DUNE_GRID_IO_LATEX_PGF_HH
+#endif // DUNE_XT_GRID_OUTPUT_PGF_HH
diff --git a/dune/xt/grid/periodicview.hh b/dune/xt/grid/periodicview.hh
index 354f1d510..0ee6d4ef6 100644
--- a/dune/xt/grid/periodicview.hh
+++ b/dune/xt/grid/periodicview.hh
@@ -7,8 +7,8 @@
 //   Rene Milk       (2015)
 //   Tobias Leibner  (2015)
 
-#ifndef DUNE_STUFF_GRID_PERIODICVIEW_HH
-#define DUNE_STUFF_GRID_PERIODICVIEW_HH
+#ifndef DUNE_XT_GRID_PERIODICVIEW_HH
+#define DUNE_XT_GRID_PERIODICVIEW_HH
 
 #include <bitset>
 #include <map>
@@ -467,4 +467,4 @@ class PeriodicGridView
 } // namespace Stuff
 } // namespace Dune
 
-#endif // DUNE_STUFF_GRID_PERIODICVIEW_HH
+#endif // DUNE_XT_GRID_PERIODICVIEW_HH
diff --git a/dune/xt/grid/provider.hh b/dune/xt/grid/provider.hh
index 02d1ba247..c6f3583df 100644
--- a/dune/xt/grid/provider.hh
+++ b/dune/xt/grid/provider.hh
@@ -8,8 +8,8 @@
 //   Rene Milk       (2013 - 2015)
 //   Tobias Leibner  (2014)
 
-#ifndef DUNE_STUFF_GRID_PROVIDER_HH
-#define DUNE_STUFF_GRID_PROVIDER_HH
+#ifndef DUNE_XT_GRID_PROVIDER_HH
+#define DUNE_XT_GRID_PROVIDER_HH
 
 #include <memory>
 
@@ -88,4 +88,4 @@ class GridProviders
 } // namespace Stuff
 } // namespace Dune
 
-#endif // DUNE_STUFF_GRID_PROVIDER_HH
+#endif // DUNE_XT_GRID_PROVIDER_HH
diff --git a/dune/xt/grid/provider/cube.hh b/dune/xt/grid/provider/cube.hh
index eda4d302d..851434c76 100644
--- a/dune/xt/grid/provider/cube.hh
+++ b/dune/xt/grid/provider/cube.hh
@@ -10,8 +10,8 @@
 //   Rene Milk        (2012 - 2015)
 //   Tobias Leibner   (2014)
 
-#ifndef DUNE_STUFF_GRIDS_PROVIDER_CUBE_HH
-#define DUNE_STUFF_GRIDS_PROVIDER_CUBE_HH
+#ifndef DUNE_XT_GRID_PROVIDER_CUBE_HH
+#define DUNE_XT_GRID_PROVIDER_CUBE_HH
 
 #include <memory>
 #include <sstream>
@@ -299,4 +299,4 @@ class Cube
 } // namespace Stuff
 } // namespace Dune
 
-#endif // DUNE_STUFF_GRIDS_PROVIDER_CUBE_HH
+#endif // DUNE_XT_GRID_PROVIDER_CUBE_HH
diff --git a/dune/xt/grid/provider/default.hh b/dune/xt/grid/provider/default.hh
index 6d8f15a45..c97402b08 100644
--- a/dune/xt/grid/provider/default.hh
+++ b/dune/xt/grid/provider/default.hh
@@ -8,8 +8,8 @@
 //   Sven Kaulmann   (2014)
 //   Tobias Leibner  (2014)
 
-#ifndef DUNE_STUFF_GRID_PROVIDER_DEFAULT_HH
-#define DUNE_STUFF_GRID_PROVIDER_DEFAULT_HH
+#ifndef DUNE_XT_GRID_PROVIDER_DEFAULT_HH
+#define DUNE_XT_GRID_PROVIDER_DEFAULT_HH
 
 #include <memory>
 
@@ -91,4 +91,4 @@ class Default
 } // namespace Stuff
 } // namespace Dune
 
-#endif // DUNE_STUFF_GRID_PROVIDER_DEFAULT_HH
+#endif // DUNE_XT_GRID_PROVIDER_DEFAULT_HH
diff --git a/dune/xt/grid/provider/dgf.hh b/dune/xt/grid/provider/dgf.hh
index 5cd60e94a..c89afae03 100644
--- a/dune/xt/grid/provider/dgf.hh
+++ b/dune/xt/grid/provider/dgf.hh
@@ -9,8 +9,8 @@
 //   Rene Milk       (2012 - 2013, 2015)
 //   Tobias Leibner  (2014)
 
-#ifndef DUNE_STUFF_GRID_PROVIDER_DGF_HH
-#define DUNE_STUFF_GRID_PROVIDER_DGF_HH
+#ifndef DUNE_XT_GRID_PROVIDER_DGF_HH
+#define DUNE_XT_GRID_PROVIDER_DGF_HH
 
 #include <memory>
 
@@ -126,4 +126,4 @@ class DGF
 } // namespace Stuff
 } // namespace Dune
 
-#endif // DUNE_STUFF_GRID_PROVIDER_DGF_HH
+#endif // DUNE_XT_GRID_PROVIDER_DGF_HH
diff --git a/dune/xt/grid/provider/eoc.hh b/dune/xt/grid/provider/eoc.hh
index 3fc0ad6e4..ec760ca84 100644
--- a/dune/xt/grid/provider/eoc.hh
+++ b/dune/xt/grid/provider/eoc.hh
@@ -6,8 +6,8 @@
 //   Felix Schindler (2015)
 //   Rene Milk       (2015)
 
-#ifndef DUNE_STUFF_GRID_PROVIDER_EOC_HH
-#define DUNE_STUFF_GRID_PROVIDER_EOC_HH
+#ifndef DUNE_XT_GRID_PROVIDER_EOC_HH
+#define DUNE_XT_GRID_PROVIDER_EOC_HH
 
 // silence sgrid deprecation warning temporarily
 #if HAVE_DUNE_GRID
@@ -116,4 +116,4 @@ class EOC
 } // namespace Stuff
 } // namespace Dune
 
-#endif // DUNE_STUFF_GRID_PROVIDER_EOC_HH
+#endif // DUNE_XT_GRID_PROVIDER_EOC_HH
diff --git a/dune/xt/grid/provider/gmsh.hh b/dune/xt/grid/provider/gmsh.hh
index e7179e50b..40eded469 100644
--- a/dune/xt/grid/provider/gmsh.hh
+++ b/dune/xt/grid/provider/gmsh.hh
@@ -9,8 +9,8 @@
 //   Rene Milk       (2012 - 2013, 2015)
 //   Tobias Leibner  (2014)
 
-#ifndef DUNE_STUFF_GRID_PROVIDER_GMSH_HH
-#define DUNE_STUFF_GRID_PROVIDER_GMSH_HH
+#ifndef DUNE_XT_GRID_PROVIDER_GMSH_HH
+#define DUNE_XT_GRID_PROVIDER_GMSH_HH
 
 #if HAVE_DUNE_GRID
 
@@ -125,4 +125,4 @@ private:
 
 #endif // HAVE_DUNE_GRID
 
-#endif // DUNE_STUFF_GRID_PROVIDER_GMSH_HH
+#endif // DUNE_XT_GRID_PROVIDER_GMSH_HH
diff --git a/dune/xt/grid/provider/interface.hh b/dune/xt/grid/provider/interface.hh
index 3234925ef..3893c88f4 100644
--- a/dune/xt/grid/provider/interface.hh
+++ b/dune/xt/grid/provider/interface.hh
@@ -10,8 +10,8 @@
 //   Sven Kaulmann   (2014)
 //   Tobias Leibner  (2014)
 
-#ifndef DUNE_STUFF_GRID_PROVIDER_INTERFACE_HH
-#define DUNE_STUFF_GRID_PROVIDER_INTERFACE_HH
+#ifndef DUNE_XT_GRID_PROVIDER_INTERFACE_HH
+#define DUNE_XT_GRID_PROVIDER_INTERFACE_HH
 
 #include <memory>
 
@@ -354,4 +354,4 @@ class ProviderInterface
 } // namespace Stuff
 } // namespace Dune
 
-#endif // DUNE_STUFF_GRID_PROVIDER_INTERFACE_HH
+#endif // DUNE_XT_GRID_PROVIDER_INTERFACE_HH
diff --git a/dune/xt/grid/provider/starcd.hh b/dune/xt/grid/provider/starcd.hh
index 79e78f4e2..960d01439 100644
--- a/dune/xt/grid/provider/starcd.hh
+++ b/dune/xt/grid/provider/starcd.hh
@@ -8,8 +8,8 @@
 //   Rene Milk       (2012 - 2015)
 //   Tobias Leibner  (2014)
 
-#ifndef DUNE_STUFF_GRID_PROVIDER_STARCD_HH
-#define DUNE_STUFF_GRID_PROVIDER_STARCD_HH
+#ifndef DUNE_XT_GRID_PROVIDER_STARCD_HH
+#define DUNE_XT_GRID_PROVIDER_STARCD_HH
 
 #if HAVE_DUNE_GRID
 
@@ -236,4 +236,4 @@ private:
 
 #endif // HAVE_DUNE_GRID
 
-#endif // DUNE_STUFF_GRID_PROVIDER_STARCD_HH
+#endif // DUNE_XT_GRID_PROVIDER_STARCD_HH
diff --git a/dune/xt/grid/search.hh b/dune/xt/grid/search.hh
index d937f7d59..eee641057 100644
--- a/dune/xt/grid/search.hh
+++ b/dune/xt/grid/search.hh
@@ -7,8 +7,8 @@
 //   Rene Milk       (2013 - 2015)
 //   Tobias Leibner  (2014 - 2015)
 
-#ifndef DUNE_STUFF_GRID_SEARCH_HH
-#define DUNE_STUFF_GRID_SEARCH_HH
+#ifndef DUNE_XT_GRID_SEARCH_HH
+#define DUNE_XT_GRID_SEARCH_HH
 
 #if HAVE_DUNE_GRID
 
@@ -187,4 +187,4 @@ EntityHierarchicSearch<GV> make_entity_hierarchic_search(const GV& grid_view)
 
 #endif // HAVE_DUNE_GRID
 
-#endif // DUNE_STUFF_GRID_SEARCH_HH
+#endif // DUNE_XT_GRID_SEARCH_HH
diff --git a/dune/xt/grid/structuredgridfactory.hh b/dune/xt/grid/structuredgridfactory.hh
index 108819259..362f443a5 100644
--- a/dune/xt/grid/structuredgridfactory.hh
+++ b/dune/xt/grid/structuredgridfactory.hh
@@ -8,8 +8,8 @@
 //   Sven Kaulmann   (2014)
 //   Tobias Leibner  (2014)
 
-#ifndef DUNE_STUFF_GRID_STRUCTURED_GRID_FACTORY_HH
-#define DUNE_STUFF_GRID_STRUCTURED_GRID_FACTORY_HH
+#ifndef DUNE_XT_GRID_STRUCTUREDGRIDFACTORY_HH
+#define DUNE_XT_GRID_STRUCTUREDGRIDFACTORY_HH
 
 #include <memory>
 
@@ -189,4 +189,4 @@ public:
 
 #endif // HAVE_DUNE_GRID
 
-#endif // DUNE_STUFF_GRID_STRUCTURED_GRID_FACTORY_HH
+#endif // DUNE_XT_GRID_STRUCTUREDGRIDFACTORY_HH
diff --git a/dune/xt/grid/walk_functors.hh b/dune/xt/grid/walk_functors.hh
index b8bff1838..487129ff2 100644
--- a/dune/xt/grid/walk_functors.hh
+++ b/dune/xt/grid/walk_functors.hh
@@ -6,8 +6,8 @@
 //   Felix Schindler (2012, 2014 - 2015)
 //   Rene Milk       (2012, 2015)
 
-#ifndef DUNE_STUFF_WALK_FUNCTORS_HH
-#define DUNE_STUFF_WALK_FUNCTORS_HH
+#ifndef DUNE_XT_WALK_FUNCTORS_HH
+#define DUNE_XT_WALK_FUNCTORS_HH
 
 // nothing here will compile w/o grid present
 #if HAVE_DUNE_GRID
@@ -103,4 +103,4 @@ struct MinMaxCoordinateFunctor : public Functor::Codim0<GridViewType>
 
 #endif // HAVE_DUNE_GRID
 
-#endif // DUNE_STUFF_WALK_FUNCTORS_HH
+#endif // DUNE_XT_WALK_FUNCTORS_HH
diff --git a/dune/xt/grid/walker.hh b/dune/xt/grid/walker.hh
index 4f62c5fec..ab525874d 100644
--- a/dune/xt/grid/walker.hh
+++ b/dune/xt/grid/walker.hh
@@ -7,8 +7,8 @@
 //   Rene Milk       (2014 - 2015)
 //   Tobias Leibner  (2014 - 2015)
 
-#ifndef DUNE_STUFF_GRID_WALKER_HH
-#define DUNE_STUFF_GRID_WALKER_HH
+#ifndef DUNE_XT_GRID_WALKER_HH
+#define DUNE_XT_GRID_WALKER_HH
 
 // nothing here will compile w/o grid present
 #if HAVE_DUNE_GRID
@@ -361,4 +361,4 @@ protected:
 
 #endif // HAVE_DUNE_GRID
 
-#endif // DUNE_STUFF_GRID_WALKER_HH
+#endif // DUNE_XT_GRID_WALKER_HH
diff --git a/dune/xt/grid/walker/apply-on.hh b/dune/xt/grid/walker/apply-on.hh
index 7224e30b6..a708316fc 100644
--- a/dune/xt/grid/walker/apply-on.hh
+++ b/dune/xt/grid/walker/apply-on.hh
@@ -7,8 +7,8 @@
 //   Rene Milk       (2014 - 2015)
 //   Tobias Leibner  (2015)
 
-#ifndef DUNE_STUFF_GRID_WALKER_APPLY_ON_HH
-#define DUNE_STUFF_GRID_WALKER_APPLY_ON_HH
+#ifndef DUNE_XT_GRID_WALKER_APPLY_ON_HH
+#define DUNE_XT_GRID_WALKER_APPLY_ON_HH
 
 // nothing here will compile w/o grid present
 #if HAVE_DUNE_GRID
@@ -314,4 +314,4 @@ private:
 
 #endif // HAVE_DUNE_GRID
 
-#endif // DUNE_STUFF_GRID_WALKER_APPLY_ON_HH
+#endif // DUNE_XT_GRID_WALKER_APPLY_ON_HH
diff --git a/dune/xt/grid/walker/functors.hh b/dune/xt/grid/walker/functors.hh
index 5fe08f256..74f3b529b 100644
--- a/dune/xt/grid/walker/functors.hh
+++ b/dune/xt/grid/walker/functors.hh
@@ -6,8 +6,8 @@
 //   Felix Schindler (2014)
 //   Rene Milk       (2014 - 2015)
 
-#ifndef DUNE_STUFF_GRID_WALKER_FUNCTORS_HH
-#define DUNE_STUFF_GRID_WALKER_FUNCTORS_HH
+#ifndef DUNE_XT_GRID_WALKER_FUNCTORS_HH
+#define DUNE_XT_GRID_WALKER_FUNCTORS_HH
 
 // nothing here will compile w/o grid present
 #if HAVE_DUNE_GRID
@@ -137,4 +137,4 @@ private:
 
 #endif // HAVE_DUNE_GRID
 
-#endif // DUNE_STUFF_GRID_WALKER_FUNCTORS_HH
+#endif // DUNE_XT_GRID_WALKER_FUNCTORS_HH
diff --git a/dune/xt/grid/walker/wrapper.hh b/dune/xt/grid/walker/wrapper.hh
index 22b2beea8..5767e9393 100644
--- a/dune/xt/grid/walker/wrapper.hh
+++ b/dune/xt/grid/walker/wrapper.hh
@@ -7,8 +7,8 @@
 //   Rene Milk       (2014 - 2015)
 //   Tobias Leibner  (2014)
 
-#ifndef DUNE_STUFF_GRID_WALKER_WRAPPER_HH
-#define DUNE_STUFF_GRID_WALKER_WRAPPER_HH
+#ifndef DUNE_XT_GRID_WALKER_WRAPPER_HH
+#define DUNE_XT_GRID_WALKER_WRAPPER_HH
 
 // nothing here will compile w/o grid present
 #if HAVE_DUNE_GRID
@@ -270,4 +270,4 @@ private:
 
 #endif // HAVE_DUNE_GRID
 
-#endif // DUNE_STUFF_GRID_WALKER_WRAPPER_HH
+#endif // DUNE_XT_GRID_WALKER_WRAPPER_HH
diff --git a/dune/xt/test/grid_provider.hh b/dune/xt/test/grid_provider.hh
index bbbedbafa..3e32ff6d8 100644
--- a/dune/xt/test/grid_provider.hh
+++ b/dune/xt/test/grid_provider.hh
@@ -7,8 +7,8 @@
 //   Rene Milk       (2012 - 2015)
 //   Tobias Leibner  (2014)
 
-#ifndef DUNE_STUFF_TEST_GRID_PROVIDER_HH
-#define DUNE_STUFF_TEST_GRID_PROVIDER_HH
+#ifndef DUNE_XT_TEST_GRID_PROVIDER_HH
+#define DUNE_XT_TEST_GRID_PROVIDER_HH
 
 #if HAVE_DUNE_GRID
 #if HAVE_ALUGRID
@@ -160,4 +160,4 @@ public:
 }; // class GridProviderBase
 
 #endif // HAVE_DUNE_GRID
-#endif // DUNE_STUFF_TEST_GRID_PROVIDER_HH
+#endif // DUNE_XT_TEST_GRID_PROVIDER_HH
-- 
GitLab