Blob Blame History Raw
diff -ur a/src/hulahop.cpp b/src/hulahop.cpp
--- a/src/hulahop.cpp	2009-09-13 23:50:25.000000000 +0200
+++ b/src/hulahop.cpp	2010-02-18 17:47:04.000000000 +0100
@@ -25,7 +25,7 @@
 #include <nsIWebBrowserChrome.h>
 #include <nsIDOMWindow.h>
 #include <nsIBaseWindow.h>
-#include <PyXPCOM.h>
+#include <pyxpcom/PyXPCOM.h>
 
 #include "HulahopDirectoryProvider.h"
 #include "hulahop.h"
Nur in b/src: hulahop.cpp~.
diff -ur a/src/hulahop-web-view.cpp b/src/hulahop-web-view.cpp
--- a/src/hulahop-web-view.cpp	2009-05-20 13:53:01.000000000 +0200
+++ b/src/hulahop-web-view.cpp	2010-02-18 17:46:57.000000000 +0100
@@ -32,7 +32,7 @@
 #include <nsIJSContextStack.h>
 #include <nsIScriptGlobalObject.h>
 #include <nsIScriptContext.h>
-#include <PyXPCOM.h>
+#include <pyxpcom/PyXPCOM.h>
 
 #include <gtk/gtkfixed.h>
 #include <gtk/gtkwindow.h>
Nur in b/src: hulahop-web-view.cpp~.