From 049e9e39e806dffac092d45de5dc375cdf55f40a Mon Sep 17 00:00:00 2001 From: Stephen Fisher Date: Fri, 26 Nov 2010 20:57:46 +0000 Subject: Fix the rest of the include paths after the move of native win32 code to win32 and out of the gtk directory in r35032 svn path=/trunk/; revision=35034 --- gtk/capture_file_dlg.c | 2 +- gtk/follow_stream.c | 2 +- gtk/follow_tcp.c | 2 +- gtk/main_proto_draw.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'gtk') diff --git a/gtk/capture_file_dlg.c b/gtk/capture_file_dlg.c index 7744c35239..14151681f4 100644 --- a/gtk/capture_file_dlg.c +++ b/gtk/capture_file_dlg.c @@ -74,7 +74,7 @@ #if _WIN32 #include #include -#include "gtk/file_dlg_win32.h" +#include "win32/file_dlg_win32.h" #endif diff --git a/gtk/follow_stream.c b/gtk/follow_stream.c index 435d578ada..21cf1a6364 100644 --- a/gtk/follow_stream.c +++ b/gtk/follow_stream.c @@ -59,7 +59,7 @@ #ifdef _WIN32 #include "../tempfile.h" -#include "gtk/print_win32.h" +#include "win32/print_win32.h" #endif /* static variable declarations to speed up the performance diff --git a/gtk/follow_tcp.c b/gtk/follow_tcp.c index f20b02dd8c..1696c18552 100644 --- a/gtk/follow_tcp.c +++ b/gtk/follow_tcp.c @@ -64,7 +64,7 @@ #include "gtk/keys.h" #include "gtk/main.h" #include "gtk/gui_utils.h" -#include "gtk/print_win32.h" +#include "win32/print_win32.h" #include "gtk/font_utils.h" #include "gtk/help_dlg.h" #include "gtk/follow_stream.h" diff --git a/gtk/main_proto_draw.c b/gtk/main_proto_draw.c index 1e00bf338f..edd2c097ad 100644 --- a/gtk/main_proto_draw.c +++ b/gtk/main_proto_draw.c @@ -75,7 +75,7 @@ #if _WIN32 #include #include -#include "file_dlg_win32.h" +#include "win32/file_dlg_win32.h" #endif -- cgit v1.2.3