changeset 32264:f0a9f9cc3c15

maint: Merge away extra head
author Arun Giridhar <arungiridhar@gmail.com>
date Wed, 16 Aug 2023 17:14:24 -0400
parents d7df8f9ffd57 (current diff) 3701ac59d931 (diff)
children 4f287cb8002c
files
diffstat 5 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/variable-editor-model.cc	Mon Aug 07 15:26:46 2023 +0200
+++ b/libgui/src/variable-editor-model.cc	Wed Aug 16 17:14:24 2023 -0400
@@ -24,7 +24,7 @@
 ////////////////////////////////////////////////////////////////////////
 
 #ifdef HAVE_CONFIG_H
-#  include <config.h>
+#  include "config.h"
 #endif
 
 #include <sstream>
--- a/libinterp/corefcn/gsvd.cc	Mon Aug 07 15:26:46 2023 +0200
+++ b/libinterp/corefcn/gsvd.cc	Wed Aug 16 17:14:24 2023 -0400
@@ -24,7 +24,7 @@
 ////////////////////////////////////////////////////////////////////////
 
 #ifdef HAVE_CONFIG_H
-#  include <config.h>
+#  include "config.h"
 #endif
 
 #include "dMatrix.h"
--- a/libinterp/corefcn/latex-text-renderer.cc	Mon Aug 07 15:26:46 2023 +0200
+++ b/libinterp/corefcn/latex-text-renderer.cc	Wed Aug 16 17:14:24 2023 -0400
@@ -24,7 +24,7 @@
 ////////////////////////////////////////////////////////////////////////
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#  include "config.h"
 #endif
 
 #include <iostream>
--- a/libinterp/parse-tree/pt-anon-scopes.cc	Mon Aug 07 15:26:46 2023 +0200
+++ b/libinterp/parse-tree/pt-anon-scopes.cc	Wed Aug 16 17:14:24 2023 -0400
@@ -24,7 +24,7 @@
 ////////////////////////////////////////////////////////////////////////
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#  include "config.h"
 #endif
 
 #include "error.h"
--- a/liboctave/numeric/gsvd.cc	Mon Aug 07 15:26:46 2023 +0200
+++ b/liboctave/numeric/gsvd.cc	Wed Aug 16 17:14:24 2023 -0400
@@ -24,7 +24,7 @@
 ////////////////////////////////////////////////////////////////////////
 
 #ifdef HAVE_CONFIG_H
-#  include <config.h>
+#  include "config.h"
 #endif
 
 #include <algorithm>