[Numpy-svn] r8106 - branches/1.4.x/numpy/core/src/multiarray

numpy-svn at scipy.org numpy-svn at scipy.org
Tue Feb 9 04:06:23 EST 2010


Author: cdavid
Date: 2010-02-09 03:06:23 -0600 (Tue, 09 Feb 2010)
New Revision: 8106

Modified:
   branches/1.4.x/numpy/core/src/multiarray/multiarraymodule_onefile.c
Log:
BUG: fix non-separate compilation.

Modified: branches/1.4.x/numpy/core/src/multiarray/multiarraymodule_onefile.c
===================================================================
--- branches/1.4.x/numpy/core/src/multiarray/multiarraymodule_onefile.c	2010-02-09 08:59:54 UTC (rev 8105)
+++ branches/1.4.x/numpy/core/src/multiarray/multiarraymodule_onefile.c	2010-02-09 09:06:23 UTC (rev 8106)
@@ -10,7 +10,6 @@
 #include "scalartypes.c"
 #include "scalarapi.c"
 
-#include "datetime.c"
 #include "arraytypes.c"
 
 #include "hashdescr.c"




More information about the Numpy-svn mailing list