From d47c593684c4d5dac613b895d6a1c9a582129d19 Mon Sep 17 00:00:00 2001 From: Wes Kocher Date: Tue, 10 Mar 2015 18:34:28 -0700 Subject: [PATCH] Backed out changeset ff08cf105def (bug 1141731) for osx bustage --- memory/mozalloc/mozalloc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory/mozalloc/mozalloc.cpp b/memory/mozalloc/mozalloc.cpp index 694ff8a8a43..b97d2017bc9 100644 --- a/memory/mozalloc/mozalloc.cpp +++ b/memory/mozalloc/mozalloc.cpp @@ -17,7 +17,7 @@ // mozalloc.cpp is part of the same library as mozmemory, thus MOZ_MEMORY_IMPL // is needed. #define MOZ_MEMORY_IMPL -#include "mozmemory_wrap.h" +#include "mozmemory.h" // See mozmemory_wrap.h for more details. This file is part of libmozglue, so // it needs to use _impl suffixes. However, with libmozglue growing, this is