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
e08dfecb
Commit
e08dfecb
authored
Apr 25, 2018
by
Matthieu Schaller
Browse files
Reduce the number of includes in the common_io and adiabatic_index headers.
parent
3d24513e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/adiabatic_index.h
View file @
e08dfecb
...
...
@@ -33,7 +33,6 @@
#include
<math.h>
/* Local headers. */
#include
"debug.h"
#include
"error.h"
#include
"inline.h"
...
...
src/common_io.h
View file @
e08dfecb
...
...
@@ -24,7 +24,6 @@
#include
"../config.h"
/* Local includes. */
#include
"part.h"
#include
"units.h"
#define FIELD_BUFFER_SIZE 200
...
...
@@ -33,6 +32,9 @@
#define IO_BUFFER_ALIGNMENT 1024
/* Avoid cyclic inclusion problems */
struct
part
;
struct
gpart
;
struct
spart
;
struct
io_props
;
struct
engine
;
struct
threadpool
;
...
...
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