From e29231b5bef5cd01e51ec896d67e9f489ba8dca4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Carsten=20Gr=C3=A4ser?= <graeser@dune-project.org>
Date: Fri, 11 Jul 2014 00:03:07 +0200
Subject: [PATCH] Adapt include guard to path

---
 dune/fufem/dunepython.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dune/fufem/dunepython.hh b/dune/fufem/dunepython.hh
index c9fe1552..073a69d0 100644
--- a/dune/fufem/dunepython.hh
+++ b/dune/fufem/dunepython.hh
@@ -1,7 +1,7 @@
 // -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
 // vi: set ts=8 sw=4 et sts=4:
-#ifndef DUNE_PYTHON_HH
-#define DUNE_PYTHON_HH
+#ifndef DUNE_FUFEM_PYTHON_HH
+#define DUNE_FUFEM_PYTHON_HH
 
 // Only introduce the dune-python interface if python
 // was found and enabled.
-- 
GitLab