зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1435924
- Part 1: Switch from nsSubstring.h to nsAString.h. r=dbaron
--HG-- extra : rebase_source : 969727b07a7450e57c219766838a7266ff79484f
This commit is contained in:
Родитель
7e19ac02be
Коммит
9ff126586e
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include "nsIHttpAuthenticator.h"
|
||||
#include "nsIURI.h"
|
||||
#include "nsSubstring.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/LazyIdleThread.h"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#ifndef nsDependentSubstring_h___
|
||||
#define nsDependentSubstring_h___
|
||||
|
||||
#include "nsSubstring.h"
|
||||
#include "nsAString.h"
|
||||
#include "nsTDependentSubstring.h"
|
||||
|
||||
#endif /* !defined(nsDependentSubstring_h___) */
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include "nsStringFwd.h"
|
||||
|
||||
#include "nsSubstring.h"
|
||||
#include "nsAString.h"
|
||||
#include "nsDependentSubstring.h"
|
||||
#include "nsReadableUtils.h"
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "nsSubstring.h"
|
||||
#include "nsAString.h"
|
||||
#include "nsString.h"
|
||||
#include "nsStringBuffer.h"
|
||||
#include "nsDependentString.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче