[pypy-svn] r68911 - pypy/trunk/pypy/translator/c/src

arigo at codespeak.net arigo at codespeak.net
Mon Nov 2 14:36:19 CET 2009


Author: arigo
Date: Mon Nov  2 14:36:18 2009
New Revision: 68911

Modified:
   pypy/trunk/pypy/translator/c/src/debug.h
Log:
Remove includes that are no longer needed (and that go
in the way of Windows compilation).


Modified: pypy/trunk/pypy/translator/c/src/debug.h
==============================================================================
--- pypy/trunk/pypy/translator/c/src/debug.h	(original)
+++ pypy/trunk/pypy/translator/c/src/debug.h	Mon Nov  2 14:36:18 2009
@@ -43,9 +43,7 @@
 /* implementations */
 
 #ifndef PYPY_NOT_MAIN_FILE
-#include <sys/time.h>
 #include <string.h>
-#include <unistd.h>
 
 int pypy_ignoring_nested_prints = 0;
 FILE *pypy_debug_file = NULL;



More information about the Pypy-commit mailing list