From: John Darrington Date: Sun, 4 Jan 2009 07:39:49 +0000 (+0900) Subject: Remove inappropriate include directives X-Git-Tag: sav-api~834 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=inline;h=9bf1c33953f7feff2a24a06293f6fe96b75cc41a;p=pspp Remove inappropriate include directives --- diff --git a/src/ui/gui/variable-info-dialog.c b/src/ui/gui/variable-info-dialog.c index a2583144ee..22af89f089 100644 --- a/src/ui/gui/variable-info-dialog.c +++ b/src/ui/gui/variable-info-dialog.c @@ -16,7 +16,6 @@ #include #include -#include #include "dict-display.h" #include "var-display.h" diff --git a/src/ui/gui/variable-info-dialog.h b/src/ui/gui/variable-info-dialog.h index 25a0aded6a..e775506f3e 100644 --- a/src/ui/gui/variable-info-dialog.h +++ b/src/ui/gui/variable-info-dialog.h @@ -17,9 +17,7 @@ #ifndef __VARIABLE_DIALOG_H #define __VARIABLE_DIALOG_H - #include -#include void variable_info_dialog (GObject *o, gpointer data);