# HG changeset patch # User John W. Eaton # Date 1515531167 18000 # Node ID 50aebe534e42f142e2013bd37c094e182774830a # Parent 5b5c47cd2111287ffb8034b1e332fc79ac4b7f30 of-signal: don't include octave/config.h in source files diff -r 5b5c47cd2111 -r 50aebe534e42 dist-files.mk --- a/dist-files.mk Wed Jan 03 14:18:12 2018 +0100 +++ b/dist-files.mk Tue Jan 09 15:52:47 2018 -0500 @@ -499,6 +499,7 @@ of-quaternion-1-cross-fixes.patch \ of-quaternion.mk \ of-queueing.mk \ + of-signal-1-fixes.patch \ of-signal.mk \ of-sockets-1-cross-fixes.patch \ of-sockets.mk \ diff -r 5b5c47cd2111 -r 50aebe534e42 src/of-signal-1-fixes.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/of-signal-1-fixes.patch Tue Jan 09 15:52:47 2018 -0500 @@ -0,0 +1,22 @@ +diff -uNr a/src/sosfilt.cc b/src/sosfilt.cc +--- a/src/sosfilt.cc 2015-05-25 20:22:36.846411059 -0400 ++++ b/src/sosfilt.cc 2018-01-09 15:50:16.018191246 -0500 +@@ -13,7 +13,6 @@ + // You should have received a copy of the GNU General Public License along with + // this program; if not, see . + +-#include + #include + #include + #include +diff -uNr a/src/upfirdn.cc b/src/upfirdn.cc +--- a/src/upfirdn.cc 2015-05-25 20:22:36.846411059 -0400 ++++ b/src/upfirdn.cc 2018-01-09 15:50:13.514305277 -0500 +@@ -13,7 +13,6 @@ + // You should have received a copy of the GNU General Public License along with + // this program; if not, see . + +-#include + #include + #include + #include