diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-03-03 16:24:50 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-03-03 16:24:50 -0800 |
commit | fc3e6ddb2c8e922ea80f2dc5cbc1df2102e30d99 (patch) | |
tree | 6aa08d0cd40c008a1a1585612fc71ab274fa3820 /parseutils.c | |
parent | 1e8ee9d0aad072f04186df84752f5636340574e0 (diff) |
Stop including <X11/Xalloca.h> in parseutils.c
I can not find any point in our git history at which alloca() or the
Xalloca.h macros ALLOCATE_LOCAL() & DEALLOCATE_LOCAL() were actually
used in this source file.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'parseutils.c')
-rw-r--r-- | parseutils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/parseutils.c b/parseutils.c index c08353d..5f9f6a4 100644 --- a/parseutils.c +++ b/parseutils.c @@ -29,7 +29,6 @@ #include "xkbpath.h" #include <X11/keysym.h> #include <X11/extensions/XKBgeom.h> -#include <X11/Xalloca.h> #include <limits.h> #include <stdlib.h> |