summaryrefslogtreecommitdiffstats
path: root/core/deco.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/deco.c')
-rw-r--r--core/deco.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/deco.c b/core/deco.c
index e0b112150..46f57c9da 100644
--- a/core/deco.c
+++ b/core/deco.c
@@ -17,12 +17,13 @@
* restore_deco_state()
* dump_tissues()
*/
-#include "ssrf.h"
#include <math.h>
#include <string.h>
+#include <assert.h>
+
+#include "ssrf.h"
#include "dive.h"
#include "subsurface-string.h"
-#include <assert.h>
#include "errorhelper.h"
#include "planner.h"
#include "qthelper.h"