From 1d359e258e69e7a27d7eea4bbfebaf746ba7a304 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Wed, 25 Apr 2018 15:28:50 +0200
Subject: [PATCH] Do not include the debug header in the equation of state
 files.

---
 src/equation_of_state/ideal_gas/equation_of_state.h  | 1 -
 src/equation_of_state/isothermal/equation_of_state.h | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/equation_of_state/ideal_gas/equation_of_state.h b/src/equation_of_state/ideal_gas/equation_of_state.h
index 42314e0fd8..a45c1dbcc2 100644
--- a/src/equation_of_state/ideal_gas/equation_of_state.h
+++ b/src/equation_of_state/ideal_gas/equation_of_state.h
@@ -25,7 +25,6 @@
 /* Local headers. */
 #include "adiabatic_index.h"
 #include "common_io.h"
-#include "debug.h"
 #include "inline.h"
 
 extern struct eos_parameters eos;
diff --git a/src/equation_of_state/isothermal/equation_of_state.h b/src/equation_of_state/isothermal/equation_of_state.h
index 71890b4df6..a320c0d92b 100644
--- a/src/equation_of_state/isothermal/equation_of_state.h
+++ b/src/equation_of_state/isothermal/equation_of_state.h
@@ -25,7 +25,6 @@
 /* Local headers. */
 #include "adiabatic_index.h"
 #include "common_io.h"
-#include "debug.h"
 #include "inline.h"
 
 extern struct eos_parameters eos;
-- 
GitLab