[pypy-svn] r50586 - pypy/dist/pypy/translator/c/src

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Jan 14 13:26:00 CET 2008


Author: cfbolz
Date: Mon Jan 14 13:25:58 2008
New Revision: 50586

Modified:
   pypy/dist/pypy/translator/c/src/stack.h
Log:
(bigdog) remove unused include


Modified: pypy/dist/pypy/translator/c/src/stack.h
==============================================================================
--- pypy/dist/pypy/translator/c/src/stack.h	(original)
+++ pypy/dist/pypy/translator/c/src/stack.h	Mon Jan 14 13:25:58 2008
@@ -2,8 +2,6 @@
 /************************************************************/
  /***  C header subsection: stack operations               ***/
 
-#include <unistd.h>
-
 #ifndef MAX_STACK_SIZE
 #    define MAX_STACK_SIZE (1 << 19)
 #endif



More information about the Pypy-commit mailing list