changeset 23652:ccf3c11aab06

eliminate include statements for singleton-cleanup.h where no longer used * dynamic-ld.cc, octave-link.cc, symtab.cc, ov-classdef.cc: Don't include singleton-cleanup.h.
author John W. Eaton <jwe@octave.org>
date Mon, 19 Jun 2017 14:57:34 -0400
parents 5c6cceef132b
children 3bb0a937c071
files libinterp/corefcn/dynamic-ld.cc libinterp/corefcn/octave-link.cc libinterp/corefcn/symtab.cc libinterp/octave-value/ov-classdef.cc
diffstat 4 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/dynamic-ld.cc	Mon Jun 19 13:02:32 2017 -0400
+++ b/libinterp/corefcn/dynamic-ld.cc	Mon Jun 19 14:57:34 2017 -0400
@@ -30,7 +30,6 @@
 #include "file-stat.h"
 #include "oct-env.h"
 #include "oct-time.h"
-#include "singleton-cleanup.h"
 
 #include "defaults.h"
 #include "defun.h"
--- a/libinterp/corefcn/octave-link.cc	Mon Jun 19 13:02:32 2017 -0400
+++ b/libinterp/corefcn/octave-link.cc	Mon Jun 19 14:57:34 2017 -0400
@@ -34,7 +34,6 @@
 #include "oct-mutex.h"
 #include "octave-link.h"
 #include "pager.h"
-#include "singleton-cleanup.h"
 
 static int
 octave_readline_hook (void)
--- a/libinterp/corefcn/symtab.cc	Mon Jun 19 13:02:32 2017 -0400
+++ b/libinterp/corefcn/symtab.cc	Mon Jun 19 14:57:34 2017 -0400
@@ -31,7 +31,6 @@
 #include "file-stat.h"
 #include "oct-env.h"
 #include "oct-time.h"
-#include "singleton-cleanup.h"
 
 #include "bp-table.h"
 #include "defun.h"
--- a/libinterp/octave-value/ov-classdef.cc	Mon Jun 19 13:02:32 2017 -0400
+++ b/libinterp/octave-value/ov-classdef.cc	Mon Jun 19 14:57:34 2017 -0400
@@ -44,7 +44,6 @@
 #include "pt-misc.h"
 #include "pt-stmt.h"
 #include "pt-walk.h"
-#include "singleton-cleanup.h"
 #include "symtab.h"
 
 // Define to 1 to enable debugging statements.