diff libinterp/mkops @ 15268: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 2fc554ffbc28
children d63878346099
line wrap: on
line diff
--- 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);