Skip to content
Snippets Groups Projects
Commit 8db3e352 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[staggered] Clean up includes

parent f80b8613
No related branches found
No related tags found
3 merge requests!617[WIP] Next,!507Cleanup/staggered energy,!483Feature/staggered energy
......@@ -28,6 +28,7 @@
#define DUMUX_NAVIERSTOKES_MODEL_HH
// #include <dumux/porousmediumflow/implicit/velocityoutput.hh>
#include "../staggeredni/model.hh"
#include "properties.hh"
namespace Dumux
......
......@@ -27,7 +27,7 @@
#ifndef DUMUX_NAVIERSTOKES_NI_PROPERTIES_HH
#define DUMUX_NAVIERSTOKES_NI_PROPERTIES_HH
// #include <dumux/freeflow/staggered/properties.hh>
#include <dumux/implicit/properties.hh>
namespace Dumux
{
......
......@@ -27,10 +27,7 @@
#ifndef DUMUX_NAVIER_STOKES_NI_PROPERTY_DEFAULTS_HH
#define DUMUX_NAVIER_STOKES_NI_PROPERTY_DEFAULTS_HH
#include "properties.hh"
#include "model.hh"
#include "indices.hh"
#include "../staggered/propertydefaults.hh"
namespace Dumux
{
......
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