зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1142181 - ProfilerBacktrace.cpp should #include its own .h file first, r=aklotz
This commit is contained in:
Родитель
b0a157386d
Коммит
7e284c1ea2
|
@ -4,10 +4,10 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "JSStreamWriter.h"
|
||||
#include "ProfilerBacktrace.h"
|
||||
#include "SyncProfile.h"
|
||||
|
||||
#include "JSStreamWriter.h"
|
||||
#include "SyncProfile.h"
|
||||
|
||||
ProfilerBacktrace::ProfilerBacktrace(SyncProfile* aProfile)
|
||||
: mProfile(aProfile)
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#define __PROFILER_BACKTRACE_H
|
||||
|
||||
class SyncProfile;
|
||||
class JSStreamWriter;
|
||||
|
||||
class ProfilerBacktrace
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче