svnno****@sourc*****
svnno****@sourc*****
Wed Mar 12 18:47:58 JST 2008
Revision: 3483 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=kazehakase&view=rev&rev=3483 Author: pal_gene Date: 2008-03-12 18:47:58 +0900 (Wed, 12 Mar 2008) Log Message: ----------- Add include nsIComponentManager.h (This was detected something wrong with -DDEBUG) also, nsCOMPtr isn't needed directry. Modified Paths: -------------- kazehakase/trunk/module/embed/gecko/mozilla.cpp Modified: kazehakase/trunk/module/embed/gecko/mozilla.cpp =================================================================== --- kazehakase/trunk/module/embed/gecko/mozilla.cpp 2008-03-12 09:47:55 UTC (rev 3482) +++ kazehakase/trunk/module/embed/gecko/mozilla.cpp 2008-03-12 09:47:58 UTC (rev 3483) @@ -26,10 +26,10 @@ #define MOZILLA_CLIENT #include <gtkmozembed.h> -#include <nsCOMPtr.h> #include <nsXPCOM.h> #include <nsIGenericFactory.h> #include <nsIComponentRegistrar.h> +#include <nsIComponentManager.h> #include <nsServiceManagerUtils.h> #include <sys/utsname.h>