Get rid of some #if-ed out includes, which aren't needed.

svn path=/trunk/; revision=21031
This commit is contained in:
Guy Harris 2007-03-14 19:29:42 +00:00
parent a0fecf54bd
commit 50bb064108
1 changed files with 0 additions and 16 deletions

View File

@ -27,32 +27,16 @@
#endif
#include <gtk/gtk.h>
#if 0
#include <gdk/gdkkeysyms.h>
#endif
#include <epan/filesystem.h>
#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 <string.h>
#if 0
#include <stdio.h>
#endif
#include <errno.h>
static gchar *last_open_dir = NULL;