From 73061326447c621bb4bf32d17c86d13edf486fa7 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Fri, 11 Oct 2019 09:46:50 +0200
Subject: [PATCH] remove unused headers

---
 src/ModelTree.cc | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/ModelTree.cc b/src/ModelTree.cc
index 59c161b1..bd34e832 100644
--- a/src/ModelTree.cc
+++ b/src/ModelTree.cc
@@ -17,12 +17,6 @@
  * along with Dynare.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <cstdlib>
-#include <cassert>
-#include <cmath>
-#include <iostream>
-#include <fstream>
-
 #include "ModelTree.hh"
 #include "MinimumFeedbackSet.hh"
 #pragma GCC diagnostic push
-- 
GitLab