From 51186e84a0f1ad5bb495bf7d3b330b12e27ebd4b Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Wed, 14 May 2014 11:46:29 -0400 Subject: [PATCH] Bug 1010317 - remove unnecessary includes from RollingMean.h; r=Ms2ger --- mfbt/RollingMean.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/mfbt/RollingMean.h b/mfbt/RollingMean.h index 5caee3bc8304..b62e650cdb66 100644 --- a/mfbt/RollingMean.h +++ b/mfbt/RollingMean.h @@ -12,9 +12,7 @@ #include "mozilla/TypeTraits.h" #include "mozilla/Vector.h" -#include #include -#include namespace mozilla {