aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_dlg.c
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-26 19:16:06 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-26 19:16:06 +0000
commite9005d94ae972c22c9b65dc049549326dbdc2d61 (patch)
tree09389fae230a9190ba4322f8a2218f69d5552ac5 /gtk/print_dlg.c
parentee673145cdc047c2aad73910412272755b38d7af (diff)
Move native Win32 code to its own directory and out of gtk directory (hopefully without breaking any builds)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35032 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/print_dlg.c')
-rw-r--r--gtk/print_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/print_dlg.c b/gtk/print_dlg.c
index 4dc2ad263b..7b581ba3eb 100644
--- a/gtk/print_dlg.c
+++ b/gtk/print_dlg.c
@@ -54,8 +54,8 @@
#if _WIN32
#include <gdk/gdkwin32.h>
#include <windows.h>
-#include "gtk/file_dlg_win32.h"
-#include "gtk/print_win32.h"
+#include "win32/file_dlg_win32.h"
+#include "win32/print_win32.h"
#include "../tempfile.h"
#endif