[perl-Gtk2] Remove an unneeded #include



commit 42e4b2d280da0dfb9e50d892c9d7db85f6aef349
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sun May 16 12:19:04 2010 +0200

    Remove an unneeded #include

 xs/GtkInfoBar.xs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/xs/GtkInfoBar.xs b/xs/GtkInfoBar.xs
index 65804a1..2ef09e4 100644
--- a/xs/GtkInfoBar.xs
+++ b/xs/GtkInfoBar.xs
@@ -17,7 +17,6 @@
 
 #include "gtk2perl.h"
 #include "gtk2perl-private.h" /* for the custom response id handling */
-#include <gperl_marshal.h>
 
 MODULE = Gtk2::InfoBar	PACKAGE = Gtk2::InfoBar	PREFIX = gtk_info_bar_
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]