aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32
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/win32
parent5981dab95b87ffd629d6ab6a45289af60c3d3b27 (diff)
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/win32')
-rw-r--r--ui/win32/file_dlg_win32.c9
-rw-r--r--ui/win32/print_win32.c2
2 files changed, 0 insertions, 11 deletions
diff --git a/ui/win32/file_dlg_win32.c b/ui/win32/file_dlg_win32.c
index 9a2eed528c..11aecaabb6 100644
--- a/ui/win32/file_dlg_win32.c
+++ b/ui/win32/file_dlg_win32.c
@@ -22,16 +22,11 @@
#include "config.h"
-#include <stdio.h>
#include <tchar.h>
-#include <wchar.h>
#include <stdlib.h>
-#include <sys/stat.h>
-#include <io.h>
#include <fcntl.h>
#include <windows.h>
-#include <windowsx.h>
#include <commdlg.h>
#include <richedit.h>
#include <strsafe.h>
@@ -41,19 +36,15 @@
#include "wsutil/file_util.h"
#include "wsutil/unicode-utils.h"
-#include "wiretap/merge.h"
#include "wsutil/filesystem.h"
#include "epan/addr_resolv.h"
#include "epan/prefs.h"
-#include "epan/print.h"
-#include "color.h"
#include "color_filters.h"
#include "ui/alert_box.h"
#include "ui/help_url.h"
-#include "ui/file_dialog.h"
#include "ui/last_open_dir.h"
#include "ui/simple_dialog.h"
#include "ui/ssl_key_export.h"
diff --git a/ui/win32/print_win32.c b/ui/win32/print_win32.c
index aeb4de0fae..d58bedcec3 100644
--- a/ui/win32/print_win32.c
+++ b/ui/win32/print_win32.c
@@ -26,12 +26,10 @@
*/
#include <string.h>
-#include <stdio.h>
#include <windows.h>
#include <commdlg.h>
-#include <winspool.h>
#include "print_win32.h"
#include "wsutil/file_util.h"