From bc554287232d53d7f7dfbcb6de925b57fc877a0c Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 22 Jun 2010 17:29:19 +0000 Subject: Remove unnecessary C #includes --- driver/gcc/gcc.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'driver/gcc/gcc.c') diff --git a/driver/gcc/gcc.c b/driver/gcc/gcc.c index 4efd559b68..059fbd4142 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; -- cgit v1.2.1