diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-05-07 20:37:37 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-05-07 20:37:37 -0400 |
commit | 9c45da7cb487b8b6980ff3020468e0fb582bdd7f (patch) | |
tree | b87566241d9385a38cbec8a017c45111ed5d2cf1 /src/Event.c | |
parent | 0eedde5df39ac754623511c06c5573ad62ca4c4c (diff) |
remove an #include used in debugging
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/Event.c')
-rw-r--r-- | src/Event.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Event.c b/src/Event.c index dee108d..1c7c1a4 100644 --- a/src/Event.c +++ b/src/Event.c @@ -74,7 +74,6 @@ in this Software without prior written authorization from The Open Group. #include "IntrinsicI.h" #include "Shell.h" #include "StringDefs.h" -#include <stdio.h> typedef struct _XtEventRecExt { int type; |