Bug 1683171 - Tidy up some header includes r=janerik

Differential Revision: https://phabricator.services.mozilla.com/D117922
This commit is contained in:
Chris H-C 2021-06-22 15:15:31 +00:00
Родитель e043f873b6
Коммит e98399a595
2 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -7,6 +7,7 @@
#include "Common.h"
#include "nsComponentManagerUtils.h"
#include "nsIConsoleService.h"
#include "nsIScriptError.h"
#include "nsServiceManagerUtils.h"
namespace mozilla::glean {

Просмотреть файл

@ -6,9 +6,6 @@
#ifndef mozilla_glean_Common_h
#define mozilla_glean_Common_h
#include "jsapi.h"
#include "nsIScriptError.h"
namespace mozilla::glean {
/**