# HG changeset patch # User John W. Eaton # Date 1420177645 18000 # Node ID 19f75d156ffee3b54e9da944c2400e9d16fbe0d1 # Parent 99522db5b911b8de88e5c4135a70451f346e53ef don't include oct.h in Octave source files * audiodevinfo.cc, audioread.cc: Don't include oct.h. diff -r 99522db5b911 -r 19f75d156ffe libinterp/dldfcn/audiodevinfo.cc --- 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 #include -#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) diff -r 99522db5b911 -r 19f75d156ffe libinterp/dldfcn/audioread.cc --- 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 #include -#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