Skip to content

Commit

Permalink
Bug 731789 - Followup, s/StdInt/StandardInteger in BloomFilter.h. r=me
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebar committed Mar 1, 2012
1 parent 69fb6f1 commit 863d510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mfbt/BloomFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define mozilla_BloomFilter_h_

#include "mozilla/Likely.h"
#include "mozilla/StdInt.h"
#include "mozilla/StandardInteger.h"
#include "mozilla/Util.h"

#include <string.h>
Expand Down

0 comments on commit 863d510

Please sign in to comment.