summaryrefslogtreecommitdiff
path: root/SpiceXPI/src
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-03-01 17:19:50 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2013-03-01 17:27:18 +0100
commitc6cfc833fda7734d79afe103067f98f3c5d313ac (patch)
tree198d30f3278805dfa743406c53f4956e92bbc391 /SpiceXPI/src
parent5d302e426e9a1ca8fd4a961ce435f72ca23dda37 (diff)
Remove unused xulrunner includes
They are only used on non-Unix platforms, and we are only building the plugin for Unix at the moment. As we are trying to remove our dependencies on xulrunner, let's just remove these.
Diffstat (limited to 'SpiceXPI/src')
-rw-r--r--SpiceXPI/src/plugin/plugin.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/SpiceXPI/src/plugin/plugin.cpp b/SpiceXPI/src/plugin/plugin.cpp
index 5ec2809..c870d48 100644
--- a/SpiceXPI/src/plugin/plugin.cpp
+++ b/SpiceXPI/src/plugin/plugin.cpp
@@ -61,21 +61,6 @@ extern "C" {
#include <signal.h>
}
-
-// for plugins
-#ifndef XP_UNIX
-#include <nsString.h>
-#include <nsIDOMNavigator.h>
-#include <nsIDOMPluginArray.h>
-#include <nsIDOMPlugin.h>
-#include <nsIDOMMimeType.h>
-#include <nsIObserverService.h>
-#include <plugin/nsIPluginHost.h>
-
-static NS_DEFINE_CID(kPluginManagerCID, NS_PLUGINMANAGER_CID);
-#endif
-
-
#include <cstring>
#include <fstream>
#include <set>