changeset 24739:5c266e59ebb9

don't include "singleton-cleanup.h" in files that do not need it * oct-stream.cc, sighandlers.cc, file-ops.cc: Don't include singleton-cleanup.h.
author John W. Eaton <jwe@octave.org>
date Mon, 12 Feb 2018 01:07:27 -0500
parents 3695c2cd69b8
children d85470c4f09c
files libinterp/corefcn/oct-stream.cc libinterp/corefcn/sighandlers.cc liboctave/system/file-ops.cc
diffstat 3 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/oct-stream.cc	Mon Feb 12 00:58:31 2018 -0500
+++ b/libinterp/corefcn/oct-stream.cc	Mon Feb 12 01:07:27 2018 -0500
@@ -45,7 +45,6 @@
 #include "lo-utils.h"
 #include "oct-locbuf.h"
 #include "quit.h"
-#include "singleton-cleanup.h"
 #include "str-vec.h"
 
 #include "error.h"
--- a/libinterp/corefcn/sighandlers.cc	Mon Feb 12 00:58:31 2018 -0500
+++ b/libinterp/corefcn/sighandlers.cc	Mon Feb 12 01:07:27 2018 -0500
@@ -39,7 +39,6 @@
 #include "cmd-edit.h"
 #include "oct-syscalls.h"
 #include "quit.h"
-#include "singleton-cleanup.h"
 #include "signal-wrappers.h"
 
 #include "bp-table.h"
--- a/liboctave/system/file-ops.cc	Mon Feb 12 00:58:31 2018 -0500
+++ b/liboctave/system/file-ops.cc	Mon Feb 12 01:07:27 2018 -0500
@@ -46,7 +46,6 @@
 #include "oct-locbuf.h"
 #include "oct-passwd.h"
 #include "quit.h"
-#include "singleton-cleanup.h"
 #include "stat-wrappers.h"
 #include "str-vec.h"
 #include "unistd-wrappers.h"