X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/a3e44e793796153ff1534be9c74fcab50b45de30..929aeac608c271b2448dffec29aeea85c69d6bff:/oldXMenu/XDelAssoc.c diff --git a/oldXMenu/XDelAssoc.c b/oldXMenu/XDelAssoc.c index 018c71c3a3..ec1d09d46e 100644 --- a/oldXMenu/XDelAssoc.c +++ b/oldXMenu/XDelAssoc.c @@ -2,15 +2,7 @@ #include "copyright.h" - -#include -#include "X10.h" -struct qelem { - struct qelem *q_forw; - struct qelem *q_back; - char q_data[1]; -}; -void emacs_remque(struct qelem*); +#include "XMenuInt.h" /* * XDeleteAssoc - Delete an association in an XAssocTable keyed on @@ -56,4 +48,3 @@ XDeleteAssoc(register Display *dpy, register XAssocTable *table, register XID x_ /* It is apparently not in the table. */ return; } -