# HG changeset patch # User John W. Eaton # Date 1455726942 18000 # Node ID 952854b61ac93de5ea844fec8270d2bf727dd4db # Parent 1a21a0f6364e48e2fdf834f486b7dd917e3326dc 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. diff -r 1a21a0f6364e -r 952854b61ac9 libinterp/corefcn/graphics.in.h --- 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 -#endif - #include #include diff -r 1a21a0f6364e -r 952854b61ac9 liboctave/array/MSparse.h --- 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 -#endif - -#include - #include "quit.h" #include "lo-error.h" #include "Sparse.h"