Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2011-06-14 21:47:33 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-06-14 21:47:33 (GMT)
commitfcb67405fc0b7521af31de8ab6e8a54413d974f5 (patch)
tree92367aa7d024296295a2513f0eb7ba42bce46475
parente81506ffe3645fcd3b36704345aafa9bae684fe3 (diff)
Cope for move of PyXPCOM.h
-rw-r--r--src/hulahop-web-view.cpp2
-rw-r--r--src/hulahop.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/hulahop-web-view.cpp b/src/hulahop-web-view.cpp
index d51401c..f13dc52 100644
--- a/src/hulahop-web-view.cpp
+++ b/src/hulahop-web-view.cpp
@@ -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>
diff --git a/src/hulahop.cpp b/src/hulahop.cpp
index cba86b3..01a9886 100644
--- a/src/hulahop.cpp
+++ b/src/hulahop.cpp
@@ -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"