changeset 15269:307912900544

Use angle brackets for #include <config.h> for consistency. * symbol-information.h, oct.h, mkbuiltins, mkops, boolSparse.cc, oct-md5.cc: Use angle brackets for #include <config.h> for consistency.
author Rik <rik@octave.org>
date Thu, 30 Aug 2012 18:52:02 -0700
parents df3939195fbb
children b42167e9d805
files libgui/src/symbol-information.h libinterp/interp-core/oct.h libinterp/mkbuiltins libinterp/mkops liboctave/boolSparse.cc liboctave/oct-md5.cc
diffstat 6 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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 <config.h>
 #endif
 
 #include <QString>
--- 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 <config.h>
 
 #include "Matrix.h"
 
--- 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 <config.h>
 #endif
 
 #include "defun.h"
--- 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 <config.h>
 #endif
 
 extern void install_base_type_conversions (void);
--- a/liboctave/boolSparse.cc
+++ b/liboctave/boolSparse.cc
@@ -29,7 +29,6 @@
 #include <iostream>
 #include <vector>
 
-#include "config.h"
 #include "quit.h"
 #include "lo-ieee.h"
 #include "lo-mappers.h"
--- a/liboctave/oct-md5.cc
+++ b/liboctave/oct-md5.cc
@@ -21,7 +21,7 @@
 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <cstdio>