Skip to content

Commit

Permalink
Bug 1435924 - Part 1: Switch from nsSubstring.h to nsAString.h. r=dbaron
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRahm committed Feb 6, 2018
1 parent 80ef935 commit 82877a8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion extensions/auth/nsHttpNegotiateAuth.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include "nsIHttpAuthenticator.h"
#include "nsIURI.h"
#include "nsSubstring.h"
#include "mozilla/Attributes.h"
#include "mozilla/LazyIdleThread.h"

Expand Down
2 changes: 1 addition & 1 deletion xpcom/string/nsDependentSubstring.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef nsDependentSubstring_h___
#define nsDependentSubstring_h___

#include "nsSubstring.h"
#include "nsAString.h"
#include "nsTDependentSubstring.h"

#endif /* !defined(nsDependentSubstring_h___) */
2 changes: 1 addition & 1 deletion xpcom/string/nsString.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "nsStringFwd.h"

#include "nsSubstring.h"
#include "nsAString.h"
#include "nsDependentSubstring.h"
#include "nsReadableUtils.h"

Expand Down
2 changes: 1 addition & 1 deletion xpcom/string/nsSubstring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#endif

#include <stdlib.h>
#include "nsSubstring.h"
#include "nsAString.h"
#include "nsString.h"
#include "nsStringBuffer.h"
#include "nsDependentString.h"
Expand Down

0 comments on commit 82877a8

Please sign in to comment.