[pypy-svn] r73565 - pypy/branch/cpython-extension/pypy/module/cpyext/src

xoraxax at codespeak.net xoraxax at codespeak.net
Thu Apr 8 18:56:12 CEST 2010


Author: xoraxax
Date: Thu Apr  8 18:56:11 2010
New Revision: 73565

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/src/bufferobject.c
Log:
Remove includes.

Modified: pypy/branch/cpython-extension/pypy/module/cpyext/src/bufferobject.c
==============================================================================
--- pypy/branch/cpython-extension/pypy/module/cpyext/src/bufferobject.c	(original)
+++ pypy/branch/cpython-extension/pypy/module/cpyext/src/bufferobject.c	Thu Apr  8 18:56:11 2010
@@ -2,9 +2,6 @@
 /* Buffer object implementation */
 
 #include "Python.h"
-#include <sys/types.h>
-#include <signal.h>
-#include <unistd.h>
 
 
 typedef struct {



More information about the Pypy-commit mailing list