summaryrefslogtreecommitdiff
path: root/otk/eventdispatcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/eventdispatcher.cc')
-rw-r--r--otk/eventdispatcher.cc11
1 files changed, 2 insertions, 9 deletions
diff --git a/otk/eventdispatcher.cc b/otk/eventdispatcher.cc
index 8c245dde..0560eec8 100644
--- a/otk/eventdispatcher.cc
+++ b/otk/eventdispatcher.cc
@@ -1,18 +1,11 @@
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
-#ifdef HAVE_CONFIG_H
-# include "../config.h"
-#endif
+#include "config.h"
#include "eventdispatcher.hh"
#include "display.hh"
-extern "C" {
-#ifdef HAVE_STDIO_H
-# include <stdio.h>
-#endif
-}
-
+#include <cstdio>
#include <iostream>
namespace otk {