[kazehakase-svn] [3325] * module/embed/gecko/*.{cpp,h}: removed needless #include.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
Sat Jan 5 01:16:34 JST 2008


Revision: 3325
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=kazehakase&view=rev&rev=3325
Author:   kous
Date:     2008-01-05 01:16:33 +0900 (Sat, 05 Jan 2008)

Log Message:
-----------
* module/embed/gecko/*.{cpp,h}: removed needless #include.

Modified Paths:
--------------
    kazehakase/trunk/ChangeLog
    kazehakase/trunk/module/embed/gecko/kz-gecko-embed.cpp
    kazehakase/trunk/module/embed/gecko/kz-mozselectionlistener.h
    kazehakase/trunk/module/embed/gecko/kz-mozwrapper.h

Modified: kazehakase/trunk/ChangeLog
===================================================================
--- kazehakase/trunk/ChangeLog	2008-01-04 16:03:17 UTC (rev 3324)
+++ kazehakase/trunk/ChangeLog	2008-01-04 16:16:33 UTC (rev 3325)
@@ -1,5 +1,7 @@
 2008-01-05  Kouhei Sutou  <kou****@cozmi*****>
 
+	* module/embed/gecko/*.{cpp,h}: removed needless #include.
+
 	* macros/gecko.m4: supported xulrunner 1.9 detection.
 
 	* module/embed/gecko/*.{cpp,h}: removed needless <XXX/...> prefix

Modified: kazehakase/trunk/module/embed/gecko/kz-gecko-embed.cpp
===================================================================
--- kazehakase/trunk/module/embed/gecko/kz-gecko-embed.cpp	2008-01-04 16:03:17 UTC (rev 3324)
+++ kazehakase/trunk/module/embed/gecko/kz-gecko-embed.cpp	2008-01-04 16:16:33 UTC (rev 3325)
@@ -93,7 +93,6 @@
 #include <nsMemory.h>
 #include <nsILocalFile.h>
 #include <nsIDOM3Node.h>
-#include <nsBuildID.h>
 #include <nsIPrefService.h>
 #include <nsIFontEnumerator.h>
 #include <nsISimpleEnumerator.h>

Modified: kazehakase/trunk/module/embed/gecko/kz-mozselectionlistener.h
===================================================================
--- kazehakase/trunk/module/embed/gecko/kz-mozselectionlistener.h	2008-01-04 16:03:17 UTC (rev 3324)
+++ kazehakase/trunk/module/embed/gecko/kz-mozselectionlistener.h	2008-01-04 16:16:33 UTC (rev 3325)
@@ -26,7 +26,6 @@
 #define MOZILLA_STRICT_API
 #include <nsEmbedString.h>
 #undef MOZILLA_STRICT_API
-#include <nsIDOMEventReceiver.h>
 #include "kz-gecko-embed.h"
 
 

Modified: kazehakase/trunk/module/embed/gecko/kz-mozwrapper.h
===================================================================
--- kazehakase/trunk/module/embed/gecko/kz-mozwrapper.h	2008-01-04 16:03:17 UTC (rev 3324)
+++ kazehakase/trunk/module/embed/gecko/kz-mozwrapper.h	2008-01-04 16:16:33 UTC (rev 3325)
@@ -28,7 +28,6 @@
 #define MOZILLA_STRICT_API
 #include <nsEmbedString.h>
 #undef MOZILLA_STRICT_API
-#include <nsIDOMEventReceiver.h>
 #include <nsIWebNavigation.h>
 #include <nsISHistory.h>
 #include <nsICacheEntryDescriptor.h>




More information about the Kazehakase-cvs mailing list
Back to archive index