diff --git a/low/heaps.h b/low/heaps.h
index e79e330cab1b5e5f4c72b6963bc6708d0445fd9a..ffd5fe9940facf8e6d6fb1a482bab78b9999f7e7 100644
--- a/low/heaps.h
+++ b/low/heaps.h
@@ -43,11 +43,7 @@
 #include "ugtypes.h"
 #include "namespace.h"
 
-// #include <dune/common/deprected.hh>
-#ifndef DUNE_DEPRECATED
-#define DUNE_DEPRECATED __attribute__ ((deprecated))
-#define DUNE_DEPRECATED_MSG(TXT) __attribute__ ((deprecated))
-#endif
+#include <dune/common/deprecated.hh>
 
 START_UG_NAMESPACE