From 12aded23d4e42e67efd340bb517606ed371eeea5 Mon Sep 17 00:00:00 2001 From: Gerald Squelart Date: Mon, 24 Aug 2020 08:39:22 +0000 Subject: [PATCH] Bug 1659382 - Remove dependency on BaseProfiler.h from BaseProfilingCategory.h - r=gregtatum It is just not needed here. Differential Revision: https://phabricator.services.mozilla.com/D87239 --- mozglue/baseprofiler/public/BaseProfilingCategory.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozglue/baseprofiler/public/BaseProfilingCategory.h b/mozglue/baseprofiler/public/BaseProfilingCategory.h index 237f81aeae99..6892ec40f433 100644 --- a/mozglue/baseprofiler/public/BaseProfilingCategory.h +++ b/mozglue/baseprofiler/public/BaseProfilingCategory.h @@ -7,8 +7,6 @@ #ifndef BaseProfilingCategory_h #define BaseProfilingCategory_h -#include "BaseProfiler.h" - #ifndef MOZ_GECKO_PROFILER # error Do not #include this header when MOZ_GECKO_PROFILER is not #defined. #endif