summaryrefslogtreecommitdiff
path: root/src/closure.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/closure.cc')
-rw-r--r--src/closure.cc10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/closure.cc b/src/closure.cc
index 5b368773..9f381be1 100644
--- a/src/closure.cc
+++ b/src/closure.cc
@@ -18,15 +18,13 @@
* along with Colm; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
-#include "global.h"
-#include "compiler.h"
-
-#include "vector.h"
#include <assert.h>
-#include <string.h>
+#include <stdbool.h>
+
#include <iostream>
+#include "compiler.h"
+
using std::endl;
using std::cerr;