summaryrefslogtreecommitdiff
path: root/oldXMenu/Activate.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-12-04 12:42:29 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-12-04 12:42:29 -0800
commit47a6e6df2b6430c1047538260750cdbe78c566d5 (patch)
tree74a5a56fedf019b493e321682dd1dafdb5a905f8 /oldXMenu/Activate.c
parentaefa2ead351b5d22ef739b27108932acdf905ba5 (diff)
downloademacs-47a6e6df2b6430c1047538260750cdbe78c566d5.tar.gz
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>.
Diffstat (limited to 'oldXMenu/Activate.c')
-rw-r--r--oldXMenu/Activate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c
index d4683da87f2..51ffc47f0c9 100644
--- a/oldXMenu/Activate.c
+++ b/oldXMenu/Activate.c
@@ -95,7 +95,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
*
*/
-#include <config.h>
#include "XMenuInt.h"
#include <X11/keysym.h>