From e5967537303ca290fb09012e882f8409eaeffd56 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Thu, 10 Oct 2013 15:18:42 -0700 Subject: [PATCH] Bug 925140: Remove nsAlgorithm.h #includes from gfx/2d. r=tn --- gfx/2d/convolver.cpp | 1 - gfx/2d/image_operations.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/gfx/2d/convolver.cpp b/gfx/2d/convolver.cpp index a36afd86d6b2..a0ad9d47bd3a 100644 --- a/gfx/2d/convolver.cpp +++ b/gfx/2d/convolver.cpp @@ -29,7 +29,6 @@ #include "convolver.h" #include -#include "nsAlgorithm.h" #include "skia/SkTypes.h" diff --git a/gfx/2d/image_operations.cpp b/gfx/2d/image_operations.cpp index 82c52bab77ed..a12272b9ee4d 100644 --- a/gfx/2d/image_operations.cpp +++ b/gfx/2d/image_operations.cpp @@ -35,7 +35,6 @@ #include "image_operations.h" -#include "nsAlgorithm.h" #include "base/stack_container.h" #include "convolver.h" #include "skia/SkColorPriv.h"