diff --git a/chrome/content/zotero/xpcom/http.js b/chrome/content/zotero/xpcom/http.js index 7c323fc07..08f375b62 100644 --- a/chrome/content/zotero/xpcom/http.js +++ b/chrome/content/zotero/xpcom/http.js @@ -3,8 +3,6 @@ * @namespace */ Zotero.HTTP = new function() { - Components.utils.import("resource://zotero/q.js"); - /** * Exception returned for unexpected status when promise* is used * @constructor