aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/graph_analysis.c
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-02-13 23:30:56 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-02-13 23:30:56 +0000
commitaec5f7146918c7dc87d151c97095f1e9ad9f16cb (patch)
tree738185cbf38e773b1642fa232af45cb173a9d612 /gtk/graph_analysis.c
parent92cfbd44686197d760d4e6679b2b16bb2badca70 (diff)
remove a bunch of unnecessary "includes" from VoIP tap and graph analysis sources
svn path=/trunk/; revision=13392
Diffstat (limited to 'gtk/graph_analysis.c')
-rw-r--r--gtk/graph_analysis.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/gtk/graph_analysis.c b/gtk/graph_analysis.c
index 76342fef93..b9a45148ca 100644
--- a/gtk/graph_analysis.c
+++ b/gtk/graph_analysis.c
@@ -35,12 +35,6 @@
#include "graph_analysis.h"
#include <epan/epan_dissect.h>
-#include <epan/filesystem.h>
-
-#include "util.h"
-#include <epan/tap.h>
-#include "register.h"
-#include <epan/dissectors/packet-rtp.h>
/* in /gtk ... */
#include <gtk/gtk.h>
@@ -48,35 +42,14 @@
#include "dlg_utils.h"
#include "ui_util.h"
-#include "alert_box.h"
-#include "simple_dialog.h"
-#include "tap_menu.h"
#include "main.h"
-#include "progress_dlg.h"
#include "compat_macros.h"
#include "../color.h"
-#include <math.h>
-#include <fcntl.h>
-#include <string.h>
-
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
-#ifdef HAVE_FCNTL_H
-#include <fcntl.h>
-#endif
-
-#ifdef HAVE_IO_H
-#include <io.h> /* open/close on win32 */
-#endif
-
-/* Win32 needs the O_BINARY flag for open() */
-#ifndef O_BINARY
-#define O_BINARY 0
-#endif
-
/****************************************************************************/