comparison libinterp/mkbuiltins @ 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 60090630cb76
comparison
equal deleted inserted replaced
15267:df3939195fbb 15268:307912900544
27 27
28 cat << \EOF 28 cat << \EOF
29 // DO NOT EDIT! Generated automatically by mkbuiltins. 29 // DO NOT EDIT! Generated automatically by mkbuiltins.
30 30
31 #ifdef HAVE_CONFIG_H 31 #ifdef HAVE_CONFIG_H
32 #include "config.h" 32 #include <config.h>
33 #endif 33 #endif
34 34
35 #include "defun.h" 35 #include "defun.h"
36 #include "oct-obj.h" 36 #include "oct-obj.h"
37 #include "variables.h" 37 #include "variables.h"