From e516f92cb16ed6831f4474b11590208a6419c716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kl=C3=B6fkorn?= <robertk@mathematik.uni-stuttgart.de> Date: Wed, 4 Jul 2007 16:37:05 +0000 Subject: [PATCH] removed usless include. git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@960 0d966ed9-3843-0410-af09-ebfb50bd7c74 --- src/indexstack.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/indexstack.h b/src/indexstack.h index 6b1a8a90c..538a8900d 100644 --- a/src/indexstack.h +++ b/src/indexstack.h @@ -15,8 +15,6 @@ namespace ALUGridSpace { #include <stack.h> #endif -#include "serial/myalloc.h" - template<class T, int length> class ALUGridFiniteStack { -- GitLab