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
6cb6d6f7
Commit
6cb6d6f7
authored
Mar 30, 2016
by
Matthieu Schaller
Browse files
Correct order of includes in swift.h
parent
7fa4cc3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/swift.h
View file @
6cb6d6f7
...
...
@@ -27,7 +27,6 @@
#include
"cell.h"
#include
"clocks.h"
#include
"const.h"
#include
"const.h"
#include
"cycle.h"
#include
"debug.h"
#include
"engine.h"
...
...
@@ -38,7 +37,9 @@
#include
"map.h"
#include
"multipole.h"
#include
"parallel_io.h"
#include
"parser.h"
#include
"part.h"
#include
"partition.h"
#include
"queue.h"
#include
"runner.h"
#include
"scheduler.h"
...
...
@@ -47,10 +48,8 @@
#include
"space.h"
#include
"task.h"
#include
"timers.h"
#include
"units.h"
#include
"tools.h"
#include
"
partition
.h"
#include
"
units
.h"
#include
"version.h"
#include
"parser.h"
#endif
/* SWIFT_SWIFT_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