summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2008-07-17 09:06:42 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2008-07-17 09:06:42 +0000
commit4591c7e41d37fa5c63f29eacad61a83ae2bdb792 (patch)
tree5e15a14e29895973ae6d026c68c9016c903bb240 /src/gtkutil.c
parenta9eee3ee6913920e786075e1e9966b63b1323929 (diff)
downloademacs-4591c7e41d37fa5c63f29eacad61a83ae2bdb792.tar.gz
Include <config.h> instead of "config.h".
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r--src/gtkutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index 2952e322200..30735890143 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -19,7 +19,7 @@ along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
-#include "config.h"
+#include <config.h>
#ifdef USE_GTK
#include <string.h>