Skip to content
Snippets Groups Projects
Commit cc6da6f4 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Fix two more header inclusion mistakes.

parent 1d359e25
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,10 @@
#include "../config.h"
/* Local headers. */
#include "const.h"
#include "hydro_properties.h"
#include "kernel_hydro.h"
#include "part.h"
/* Import the right functions */
#if defined(MINIMAL_SPH)
......
......@@ -26,6 +26,7 @@
/* Local headers. */
#include "adiabatic_index.h"
#include "equation_of_state.h"
#include "common_io.h"
#include "dimension.h"
#include "error.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment