summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
Diffstat (limited to 'otk')
-rw-r--r--otk/eventdispatcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/eventdispatcher.cc b/otk/eventdispatcher.cc
index 69fa3d5a..2a0c4448 100644
--- a/otk/eventdispatcher.cc
+++ b/otk/eventdispatcher.cc
@@ -33,7 +33,7 @@ void OtkEventDispatcher::clearHandler(Window id)
{
_map.erase(id);
}
-#include <stdio.h>
+
void OtkEventDispatcher::dispatchEvents(void)
{
XEvent e;