From bc554287232d53d7f7dfbcb6de925b57fc877a0c Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 22 Jun 2010 17:29:19 +0000 Subject: [PATCH] Remove unnecessary C #includes --- driver/gcc/gcc.c | 6 ------ driver/ghci/ghci.c | 4 ---- 2 files changed, 10 deletions(-) diff --git a/driver/gcc/gcc.c b/driver/gcc/gcc.c index 4efd559..059fbd4 100644 --- a/driver/gcc/gcc.c +++ b/driver/gcc/gcc.c @@ -7,12 +7,6 @@ #include "cwrapper.h" #include "getLocation.h" -#include -#include -#include -#include -#include -#include int main(int argc, char** argv) { char *binDir; diff --git a/driver/ghci/ghci.c b/driver/ghci/ghci.c index 06165b5..414521f 100644 --- a/driver/ghci/ghci.c +++ b/driver/ghci/ghci.c @@ -1,12 +1,8 @@ #include "cwrapper.h" #include "getLocation.h" -#include -#include #include #include -#include -#include int main(int argc, char** argv) { char *binDir; -- 1.7.10.4