# HG changeset patch # User Rik # Date 1346377922 25200 # Node ID 307912900544ae4c97d27de6b8426dc7a0ba6b05 # Parent df3939195fbb035886f3b926e445a15eef2a7f21 Use angle brackets for #include for consistency. * symbol-information.h, oct.h, mkbuiltins, mkops, boolSparse.cc, oct-md5.cc: Use angle brackets for #include for consistency. diff --git a/libgui/src/symbol-information.h b/libgui/src/symbol-information.h --- a/libgui/src/symbol-information.h +++ b/libgui/src/symbol-information.h @@ -26,7 +26,7 @@ // FIXME -- we should not be including config.h in header files. #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif #include diff --git a/libinterp/interp-core/oct.h b/libinterp/interp-core/oct.h --- a/libinterp/interp-core/oct.h +++ b/libinterp/interp-core/oct.h @@ -28,7 +28,7 @@ // config.h needs to be first because it includes #defines that can */ // affect other header files. -#include "config.h" +#include #include "Matrix.h" diff --git a/libinterp/mkbuiltins b/libinterp/mkbuiltins --- a/libinterp/mkbuiltins +++ b/libinterp/mkbuiltins @@ -29,7 +29,7 @@ // DO NOT EDIT! Generated automatically by mkbuiltins. #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif #include "defun.h" diff --git a/libinterp/mkops b/libinterp/mkops --- a/libinterp/mkops +++ b/libinterp/mkops @@ -24,7 +24,7 @@ // DO NOT EDIT! Generated automatically by mkops. #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif extern void install_base_type_conversions (void); diff --git a/liboctave/boolSparse.cc b/liboctave/boolSparse.cc --- a/liboctave/boolSparse.cc +++ b/liboctave/boolSparse.cc @@ -29,7 +29,6 @@ #include #include -#include "config.h" #include "quit.h" #include "lo-ieee.h" #include "lo-mappers.h" diff --git a/liboctave/oct-md5.cc b/liboctave/oct-md5.cc --- a/liboctave/oct-md5.cc +++ b/liboctave/oct-md5.cc @@ -21,7 +21,7 @@ */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif #include