From 68555732625de409cce232595cf3d4949357756b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=BCtzel?= Date: Wed, 16 Aug 2023 16:57:52 +0200 Subject: [PATCH] Consistently use double quotes to include "config.h". * libgui/src/variable-editor-model.cc, libinterp/corefcn/gsvd.cc, libinterp/corefcn/latex-text-renderer.cc, libinterp/parse-tree/pt-anon-scopes.cc, liboctave/numeric/gsvd.cc: Most files already use double quotes when including "config.h". Replace the angle brackets by double quotes in the remaining files to use consistent lookup rules. --- libgui/src/variable-editor-model.cc | 2 +- libinterp/corefcn/gsvd.cc | 2 +- libinterp/corefcn/latex-text-renderer.cc | 2 +- libinterp/parse-tree/pt-anon-scopes.cc | 2 +- liboctave/numeric/gsvd.cc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libgui/src/variable-editor-model.cc b/libgui/src/variable-editor-model.cc index 83f8eaf590..55b5faa26b 100644 --- a/libgui/src/variable-editor-model.cc +++ b/libgui/src/variable-editor-model.cc @@ -24,7 +24,7 @@ //////////////////////////////////////////////////////////////////////// #ifdef HAVE_CONFIG_H -# include +# include "config.h" #endif #include diff --git a/libinterp/corefcn/gsvd.cc b/libinterp/corefcn/gsvd.cc index 3b8577f8d9..cda53cc5f7 100644 --- a/libinterp/corefcn/gsvd.cc +++ b/libinterp/corefcn/gsvd.cc @@ -24,7 +24,7 @@ //////////////////////////////////////////////////////////////////////// #ifdef HAVE_CONFIG_H -# include +# include "config.h" #endif #include "dMatrix.h" diff --git a/libinterp/corefcn/latex-text-renderer.cc b/libinterp/corefcn/latex-text-renderer.cc index 6d642ccb50..69eaf9d0f2 100644 --- a/libinterp/corefcn/latex-text-renderer.cc +++ b/libinterp/corefcn/latex-text-renderer.cc @@ -24,7 +24,7 @@ //////////////////////////////////////////////////////////////////////// #ifdef HAVE_CONFIG_H -#include +# include "config.h" #endif #include diff --git a/libinterp/parse-tree/pt-anon-scopes.cc b/libinterp/parse-tree/pt-anon-scopes.cc index 95bde8a0bd..f127e241e0 100644 --- a/libinterp/parse-tree/pt-anon-scopes.cc +++ b/libinterp/parse-tree/pt-anon-scopes.cc @@ -24,7 +24,7 @@ //////////////////////////////////////////////////////////////////////// #ifdef HAVE_CONFIG_H -#include +# include "config.h" #endif #include "error.h" diff --git a/liboctave/numeric/gsvd.cc b/liboctave/numeric/gsvd.cc index e6657ea423..44f1c28fef 100644 --- a/liboctave/numeric/gsvd.cc +++ b/liboctave/numeric/gsvd.cc @@ -24,7 +24,7 @@ //////////////////////////////////////////////////////////////////////// #ifdef HAVE_CONFIG_H -# include +# include "config.h" #endif #include