From 47a6e6df2b6430c1047538260750cdbe78c566d5 Mon Sep 17 00:00:00 2001 From: Paul Eggert <eggert@cs.ucla.edu> Date: Tue, 4 Dec 2012 12:42:29 -0800 Subject: Include <config.h> uniformly in oldXMenu sources. * Activate.c, AddPane.c, AddSel.c, ChgPane.c, ChgSel.c, Create.c: * InsPane.c, InsSel.c, Internal.c, XMakeAssoc.c: Do not include <config.h>, since XMenuInt.h does that now. * XLookAssoc.c, XMenuInt.h: Include <config.h>. This avoids a build failure when configuring on Fedora 17 --with-x-toolkit=no, reported by Dmitry Andropov in <http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00078.html>. --- oldXMenu/AddPane.c | 1 - 1 file changed, 1 deletion(-) (limited to 'oldXMenu/AddPane.c') diff --git a/oldXMenu/AddPane.c b/oldXMenu/AddPane.c index 36b57fe8da6..2c8dda8cd11 100644 --- a/oldXMenu/AddPane.c +++ b/oldXMenu/AddPane.c @@ -12,7 +12,6 @@ * */ -#include <config.h> #include "XMenuInt.h" int -- cgit v1.2.3