changeset 21289:952854b61ac9

don't include config.h in public header files * graphics.in.h: Don't include config.h header. * MSparse.h: Don't include config.h or functional headers.
author John W. Eaton <jwe@octave.org>
date Wed, 17 Feb 2016 11:35:42 -0500
parents 1a21a0f6364e
children 1309edb344e1
files libinterp/corefcn/graphics.in.h liboctave/array/MSparse.h
diffstat 2 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h	Wed Feb 17 13:13:36 2016 -0800
+++ b/libinterp/corefcn/graphics.in.h	Wed Feb 17 11:35:42 2016 -0500
@@ -25,10 +25,6 @@
 
 #include "octave-config.h"
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include <cctype>
 
 #include <algorithm>
--- a/liboctave/array/MSparse.h	Wed Feb 17 13:13:36 2016 -0800
+++ b/liboctave/array/MSparse.h	Wed Feb 17 11:35:42 2016 -0500
@@ -26,12 +26,6 @@
 
 #include "octave-config.h"
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
-#include <functional>
-
 #include "quit.h"
 #include "lo-error.h"
 #include "Sparse.h"