Bug 920073 Switch back to #including nsStringGlue.h in headers that need to work with the external string API r=ehsan

This commit is contained in:
Neil Rashbrook 2013-09-25 08:27:54 +01:00
parent 3e9878463d
commit fec95dc2b5
6 changed files with 5 additions and 7 deletions

View File

@ -7,7 +7,7 @@
#define nsIScriptContext_h__
#include "nscore.h"
#include "nsString.h"
#include "nsStringGlue.h"
#include "nsISupports.h"
#include "nsCOMPtr.h"
#include "nsIProgrammingLanguage.h"

View File

@ -14,7 +14,7 @@
#include "nsAutoPtr.h"
#include "nsCOMPtr.h"
#include "nsString.h"
#include "nsStringGlue.h"
#include "nsError.h"
#include "nsIAsyncVerifyRedirectCallback.h"

View File

@ -10,7 +10,7 @@
#include "nsISupports.h"
#include "nscore.h"
#include "nsString.h"
#include "nsStringGlue.h"
#include "nsILocale.h"
#include "nsIScriptableDateFormat.h"
#include "prtime.h"

View File

@ -6,7 +6,7 @@
#ifndef nsIPlatformCharset_h__
#define nsIPlatformCharset_h__
#include "nsString.h"
#include "nsStringGlue.h"
#include "nsISupports.h"
// Interface ID for our nsIPlatformCharset interface

View File

@ -9,8 +9,6 @@
%{ C++
#include "nsIUnicodeDecoder.h"
#include "nsIUnicodeEncoder.h"
#include "nsString.h"
// XXX change to NS_CHARSETCONVERTERMANAGER_CID
#define NS_ICHARSETCONVERTERMANAGER_CID \

View File

@ -9,7 +9,7 @@
#include "nsISupports.h"
#include "nsColor.h"
#include "nsRect.h"
#include "nsString.h"
#include "nsStringGlue.h"
#include "nsCOMPtr.h"
#include "nsWidgetInitData.h"