aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-24 15:25:42 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-24 15:25:42 +0000
commit13098a37b6cd6656e4d3e6287e16351e61778d9c (patch)
treec46b3457c5ac237b871c02b0a2f19b2be406e6b5 /capture_sync.c
parenta40f550ee5a27a0887f61c4a46390208182aae77 (diff)
Revert r44644 and 44645. g_source_*, g_timeout_, and g_io_* all depend
on the GLib main loop which isn't portable (unless you want to want to manage the main loop yourself). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44655 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/capture_sync.c b/capture_sync.c
index a7282650f0..57f4ba67e8 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -98,7 +98,6 @@
#include "capture-wpcap.h"
#endif
-#include "ui/pipe_input.h"
#include "ui/ui_util.h"
#include <wsutil/file_util.h>