Remove unnecessary C #includes
[ghc-hetmet.git] / driver / ghci / ghci.c
index 06165b5..414521f 100644 (file)
@@ -1,12 +1,8 @@
 
 #include "cwrapper.h"
 #include "getLocation.h"
-#include <errno.h>
-#include <process.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
 
 int main(int argc, char** argv) {
     char *binDir;