changeset 22096:b8f92ea626e7

include builtins.h only where needed * graphics.cc, sysdep.cc, __init_gnuplot__.cc, ov-usr-fcn.cc: Don't include builtins.h.
author John W. Eaton <jwe@octave.org>
date Tue, 12 Jul 2016 09:40:09 -0400
parents 6119019d42f6
children 5ad67277b007
files libinterp/corefcn/graphics.cc libinterp/corefcn/sysdep.cc libinterp/dldfcn/__init_gnuplot__.cc libinterp/octave-value/ov-usr-fcn.cc
diffstat 4 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.cc	Tue Jul 12 09:12:55 2016 -0400
+++ b/libinterp/corefcn/graphics.cc	Tue Jul 12 09:40:09 2016 -0400
@@ -42,7 +42,6 @@
 #include "oct-time.h"
 #include "singleton-cleanup.h"
 
-#include "builtins.h"
 #include "defun.h"
 #include "display.h"
 #include "error.h"
--- a/libinterp/corefcn/sysdep.cc	Tue Jul 12 09:12:55 2016 -0400
+++ b/libinterp/corefcn/sysdep.cc	Tue Jul 12 09:40:09 2016 -0400
@@ -72,7 +72,6 @@
 #include "unsetenv-wrapper.h"
 
 #include "Cell.h"
-#include "builtins.h"
 #include "defun.h"
 #include "display.h"
 #include "error.h"
--- a/libinterp/dldfcn/__init_gnuplot__.cc	Tue Jul 12 09:12:55 2016 -0400
+++ b/libinterp/dldfcn/__init_gnuplot__.cc	Tue Jul 12 09:40:09 2016 -0400
@@ -34,7 +34,6 @@
 #endif
 
 #include "build-env.h"
-#include "builtins.h"
 #include "defun-dld.h"
 #include "error.h"
 #include "file-stat.h"
--- a/libinterp/octave-value/ov-usr-fcn.cc	Tue Jul 12 09:12:55 2016 -0400
+++ b/libinterp/octave-value/ov-usr-fcn.cc	Tue Jul 12 09:40:09 2016 -0400
@@ -31,7 +31,6 @@
 #include "call-stack.h"
 #include <defaults.h>
 #include "Cell.h"
-#include "builtins.h"
 #include "defun.h"
 #include "error.h"
 #include "errwarn.h"