changeset 19545:19f75d156ffe

don't include oct.h in Octave source files * audiodevinfo.cc, audioread.cc: Don't include oct.h.
author John W. Eaton <jwe@octave.org>
date Fri, 02 Jan 2015 00:47:25 -0500
parents 99522db5b911
children a5eb03a7e2a5
files libinterp/dldfcn/audiodevinfo.cc libinterp/dldfcn/audioread.cc
diffstat 2 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/audiodevinfo.cc	Fri Jan 02 00:40:35 2015 -0500
+++ b/libinterp/dldfcn/audiodevinfo.cc	Fri Jan 02 00:47:25 2015 -0500
@@ -30,10 +30,13 @@
 #include <string>
 #include <vector>
 
-#include "oct.h"
+#include "defun-dld.h"
+#include "error.h"
+#include "gripes.h"
+#include "oct-obj.h"
 #include "ov.h"
+#include "ov-int32.h"
 #include "ov-struct.h"
-#include "ov-int32.h"
 #include "parse.h"
 
 #if defined (HAVE_PORTAUDIO)
--- a/libinterp/dldfcn/audioread.cc	Fri Jan 02 00:40:35 2015 -0500
+++ b/libinterp/dldfcn/audioread.cc	Fri Jan 02 00:47:25 2015 -0500
@@ -27,7 +27,11 @@
 #include <string>
 #include <map>
 
-#include "oct.h"
+#include "defun-dld.h"
+#include "error.h"
+#include "gripes.h"
+#include "oct-obj.h"
+#include "ov.h"
 #include "ov-struct.h"
 
 #ifdef HAVE_SNDFILE