Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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"