Skip to content
Snippets Groups Projects
Commit 113fc3b1 authored by Christian Engwer's avatar Christian Engwer
Browse files

header files _must never_ include "config.h"

[[Imported from SVN: r321]]
parent 0b4a76c9
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@
#ifndef DUNE_ISTL_LOCALINDEX_HH
#define DUNE_ISTL_LOCALINDEX_HH
#include "config.h"
#include <cstddef>
namespace Dune
......
......@@ -3,8 +3,6 @@
#ifndef __MPITRAITS_HH__
#define __MPITRAITS_HH__
#include "config.h"
#ifdef HAVE_MPI
#include "mpi.h"
#endif
......
......@@ -5,7 +5,6 @@
#ifndef DUNE_PLOCALINDEX_HH
#define DUNE_PLOCALINDEX_HH
#include "config.h"
#include "localindex.hh"
#include "mpitraits.hh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment