summaryrefslogtreecommitdiff
path: root/ui/recent.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2015-01-01 23:09:08 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2015-01-01 23:11:10 +0000
commit43f09e67b4fcf83be61725c76755926500d5d9c3 (patch)
tree4a8ef497e53487a002f9c67c72dc7976226b651b /ui/recent.c
parent5981dab95b87ffd629d6ab6a45289af60c3d3b27 (diff)
downloadwireshark-43f09e67b4fcf83be61725c76755926500d5d9c3.tar.gz
Remove unneeded includes from ui folder
Change-Id: Ifd1eebff9080cd3867e44e4dcb2d2681370ed60a Reviewed-on: https://code.wireshark.org/review/6128 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'ui/recent.c')
-rw-r--r--ui/recent.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/recent.c b/ui/recent.c
index b8eeda637f..d0c99ce074 100644
--- a/ui/recent.c
+++ b/ui/recent.c
@@ -23,25 +23,20 @@
#include "config.h"
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "capture_opts.h"
-#include <epan/epan.h>
#include <wsutil/filesystem.h>
-#include <epan/emem.h>
#include <epan/prefs.h>
#include <epan/prefs-int.h>
#include <epan/column.h>
-#include <epan/timestamp.h>
#include "ui/last_open_dir.h"
#include "ui/recent.h"
#include "ui/recent_utils.h"
#include "ui/simple_dialog.h"
-#include "ui/ui_util.h"
#include <wsutil/u3.h>
#include <wsutil/file_util.h>