Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
e08dfecb
Commit
e08dfecb
authored
7 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Reduce the number of includes in the common_io and adiabatic_index headers.
parent
3d24513e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/adiabatic_index.h
+0
-1
0 additions, 1 deletion
src/adiabatic_index.h
src/common_io.h
+3
-1
3 additions, 1 deletion
src/common_io.h
with
3 additions
and
2 deletions
src/adiabatic_index.h
+
0
−
1
View file @
e08dfecb
...
...
@@ -33,7 +33,6 @@
#include
<math.h>
/* Local headers. */
#include
"debug.h"
#include
"error.h"
#include
"inline.h"
...
...
This diff is collapsed.
Click to expand it.
src/common_io.h
+
3
−
1
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment