gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog plugin/plugin.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog plugin/plugin.h
Date: Mon, 23 Jul 2007 04:08:08 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/07/23 04:08:08

Modified files:
        .              : ChangeLog 
        plugin         : plugin.h 

Log message:
                * plugin/plugin.h: remove unneeded include.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3785&r2=1.3786
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/plugin.h?cvsroot=gnash&r1=1.33&r2=1.34

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3785
retrieving revision 1.3786
diff -u -b -r1.3785 -r1.3786
--- ChangeLog   22 Jul 2007 12:47:37 -0000      1.3785
+++ ChangeLog   23 Jul 2007 04:08:07 -0000      1.3786
@@ -1,3 +1,7 @@
+2007-07-23 Sandro Santilli <address@hidden>
+
+       * plugin/plugin.h: remove unneeded include.
+
 2007-07-22 Sandro Santilli <address@hidden>
 
        * server/edit_text_character.cpp: (get_world_cxform):

Index: plugin/plugin.h
===================================================================
RCS file: /sources/gnash/gnash/plugin/plugin.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- plugin/plugin.h     1 Jul 2007 10:54:14 -0000       1.33
+++ plugin/plugin.h     23 Jul 2007 04:08:08 -0000      1.34
@@ -15,7 +15,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-/* $Id: plugin.h,v 1.33 2007/07/01 10:54:14 bjacques Exp $ */
+/* $Id: plugin.h,v 1.34 2007/07/23 04:08:08 strk Exp $ */
 
 #ifndef __PLUGIN_H__
 #define __PLUGIN_H__
@@ -40,7 +40,7 @@
 
 /* Xlib/Xt stuff */
 #include <X11/Xlib.h>
-#include <X11/Intrinsic.h>
+//#include <X11/Intrinsic.h>
 #include <X11/cursorfont.h>
 #ifdef HAVE_GTK2
 #include <gtk/gtk.h>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]