Skip to content
Snippets Groups Projects
Commit dfff665b authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

[repartition.hh] Sort #includes and remove #include "config.h".

config.h should only be included by applications as the very first include.

[[Imported from SVN: r1378]]
parent cafbadd3
No related tags found
No related merge requests found
......@@ -3,21 +3,23 @@
#ifndef DUNE_REPARTITION_HH
#define DUNE_REPARTITION_HH
#include <cassert>
#include <map>
#include <utility>
#if HAVE_PARMETIS
#include <parmetis.h>
#endif
#include "config.h"
#include <dune/istl/owneroverlapcopy.hh>
#include <dune/common/enumset.hh>
#include <dune/common/mpitraits.hh>
#include <dune/istl/communicator.hh>
#include <dune/istl/indexset.hh>
#include <dune/istl/remoteindices.hh>
#include <dune/istl/indicessyncer.hh>
#include <dune/istl/communicator.hh>
#include <dune/istl/owneroverlapcopy.hh>
#include <dune/istl/paamg/graph.hh>
#include <dune/common/enumset.hh>
#include <map>
#include <utility>
#include <cassert>
#include <dune/istl/remoteindices.hh>
/**
* @file
......
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