Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
cc6da6f4
Commit
cc6da6f4
authored
Apr 25, 2018
by
Matthieu Schaller
Browse files
Fix two more header inclusion mistakes.
parent
1d359e25
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/hydro.h
View file @
cc6da6f4
...
...
@@ -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)
...
...
src/hydro_properties.c
View file @
cc6da6f4
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment