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
This commit is contained in:
Gerald Squelart 2020-08-24 08:39:22 +00:00
parent 9d09d80097
commit 12aded23d4

View File

@ -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