aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2010-11-26 20:57:46 +0000
committerStephen Fisher <steve@stephen-fisher.com>2010-11-26 20:57:46 +0000
commit049e9e39e806dffac092d45de5dc375cdf55f40a (patch)
treed8e3cc83a1b06678e95f7885adba95488b7acc82 /gtk
parent65926a0e0e07b210778bd38f81f09cbec6e83e5a (diff)
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
Diffstat (limited to 'gtk')
-rw-r--r--gtk/capture_file_dlg.c2
-rw-r--r--gtk/follow_stream.c2
-rw-r--r--gtk/follow_tcp.c2
-rw-r--r--gtk/main_proto_draw.c2
4 files changed, 4 insertions, 4 deletions
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 <gdk/gdkwin32.h>
#include <windows.h>
-#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 <gdk/gdkwin32.h>
#include <windows.h>
-#include "file_dlg_win32.h"
+#include "win32/file_dlg_win32.h"
#endif