diff --git a/io/gridwriter.hh b/io/gridwriter.hh deleted file mode 100644 index d9e980cd9fbba08c4949ff07745f64ec11bcf068..0000000000000000000000000000000000000000 --- a/io/gridwriter.hh +++ /dev/null @@ -1,17 +0,0 @@ -// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- -// vi: set et ts=4 sw=2 sts=2: -#ifndef __DUNE_GRIDWRITER_HH__ -#define __DUNE_GRIDWRITER_HH__ - -/** @defgroup IO Dune I/O-Module - */ - -#ifdef HAVE_AMIRAMESH -#include "../lib/io/amirameshwriter.hh" -#endif - -#ifndef __GNUC__ -#include "../lib/io/rawdatawriter.hh" -#endif - -#endif