Bug 731789 - Followup, s/StdInt/StandardInteger in BloomFilter.h. r=me

This commit is contained in:
Justin Lebar 2012-02-29 23:40:16 -05:00
Родитель 69fb6f1047
Коммит 863d510656
1 изменённых файлов: 1 добавлений и 1 удалений

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

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