Skip to content

Commit

Permalink
Bug 1143014 - fix header sort order in mfbt/
Browse files Browse the repository at this point in the history
  • Loading branch information
rmottola committed Jun 10, 2019
1 parent 1fae884 commit 5b0797d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mfbt/Compression.h
Expand Up @@ -9,8 +9,8 @@
#ifndef mozilla_Compression_h_
#define mozilla_Compression_h_

#include "mozilla/Types.h"
#include "mozilla/Assertions.h"
#include "mozilla/Types.h"

namespace mozilla {
namespace Compression {
Expand Down
2 changes: 1 addition & 1 deletion mfbt/IntegerRange.h
Expand Up @@ -10,8 +10,8 @@
#define mozilla_IntegerRange_h

#include "mozilla/Assertions.h"
#include "mozilla/TypeTraits.h"
#include "mozilla/ReverseIterator.h"
#include "mozilla/TypeTraits.h"

namespace mozilla {

Expand Down

0 comments on commit 5b0797d

Please sign in to comment.