changeset 10189:8fa6ce1b21f2

file-ops.cc: don't include statdefs.h
author John W. Eaton <jwe@octave.org>
date Fri, 22 Jan 2010 14:46:39 -0500
parents 97ae300aa73a
children 30aeda033364
files liboctave/ChangeLog liboctave/file-ops.cc
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Jan 22 14:37:33 2010 -0500
+++ b/liboctave/ChangeLog	Fri Jan 22 14:46:39 2010 -0500
@@ -1,3 +1,7 @@
+2010-01-22  John W. Eaton  <jwe@octave.org>
+
+	* file-ops.cc: Don't include statdefs.h.
+
 2010-01-22  Jaroslav Hajek  <highegg@gmail.com>
 
 	* dbleSVD.cc (SVD::init): Ensure LD* arguments >= 1.
--- a/liboctave/file-ops.cc	Fri Jan 22 14:37:33 2010 -0500
+++ b/liboctave/file-ops.cc	Fri Jan 22 14:46:39 2010 -0500
@@ -44,7 +44,6 @@
 #include "oct-passwd.h"
 #include "pathlen.h"
 #include "quit.h"
-#include "statdefs.h"
 #include "str-vec.h"
 #include "oct-locbuf.h"