comparison libgui/src/symbol-information.h @ 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 359098ad343e
children 67fabb3d81f4
comparison
equal deleted inserted replaced
15267:df3939195fbb 15268:307912900544
24 #define SYMBOLINFORMATION_H 24 #define SYMBOLINFORMATION_H
25 25
26 // FIXME -- we should not be including config.h in header files. 26 // FIXME -- we should not be including config.h in header files.
27 27
28 #ifdef HAVE_CONFIG_H 28 #ifdef HAVE_CONFIG_H
29 #include "config.h" 29 #include <config.h>
30 #endif 30 #endif
31 31
32 #include <QString> 32 #include <QString>
33 #include <QHash> 33 #include <QHash>
34 34