Bug 1435924 - Part 1: Switch from nsSubstring.h to nsAString.h. r=dbaron

--HG--
extra : rebase_source : 969727b07a7450e57c219766838a7266ff79484f
This commit is contained in:
Eric Rahm 2018-02-05 17:36:32 -08:00
Родитель 7e19ac02be
Коммит 9ff126586e
4 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -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"