From 50bb064108bcab0a2047d2e93d081100e7fef7d2 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 14 Mar 2007 19:29:42 +0000 Subject: [PATCH] Get rid of some #if-ed out includes, which aren't needed. svn path=/trunk/; revision=21031 --- gtk/file_dlg.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/gtk/file_dlg.c b/gtk/file_dlg.c index 306a86c598..3487a8b8b7 100644 --- a/gtk/file_dlg.c +++ b/gtk/file_dlg.c @@ -27,32 +27,16 @@ #endif #include -#if 0 -#include -#endif #include -#if 0 -#include "globals.h" -#endif - #include "gtkglobals.h" #include "gui_utils.h" -#if 0 -#include "dlg_utils.h" -#endif #include "file_dlg.h" #include "keys.h" #include "compat_macros.h" -#if 0 -#include "main.h" -#endif #include -#if 0 -#include -#endif #include static gchar *last_open_dir = NULL;