Bug 1010317 - remove unnecessary includes from RollingMean.h; r=Ms2ger

This commit is contained in:
Nathan Froyd 2014-05-14 11:46:29 -04:00
parent 37da7d1622
commit 51186e84a0

View File

@ -12,9 +12,7 @@
#include "mozilla/TypeTraits.h"
#include "mozilla/Vector.h"
#include <algorithm>
#include <stddef.h>
#include <stdint.h>
namespace mozilla {