summaryrefslogtreecommitdiffstats
path: root/hal
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-09-11 10:18:19 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-09-11 10:18:19 +0200
commit1bf4a513c8e7fd85642827ce0938b7e1441e5e03 (patch)
tree91585ea6e4c317557c2325075b42503c632b7401 /hal
parente05705fe54697a43a56c6fcad5053041f3d97ab0 (diff)
downloadUXP-1bf4a513c8e7fd85642827ce0938b7e1441e5e03.tar
UXP-1bf4a513c8e7fd85642827ce0938b7e1441e5e03.tar.gz
UXP-1bf4a513c8e7fd85642827ce0938b7e1441e5e03.tar.lz
UXP-1bf4a513c8e7fd85642827ce0938b7e1441e5e03.tar.xz
UXP-1bf4a513c8e7fd85642827ce0938b7e1441e5e03.zip
Remove some unnecessary dependencies from HAL.
Diffstat (limited to 'hal')
-rw-r--r--hal/Hal.cpp3
-rw-r--r--hal/Hal.h1
2 files changed, 0 insertions, 4 deletions
diff --git a/hal/Hal.cpp b/hal/Hal.cpp
index 16201a2d8..0ee2d66f4 100644
--- a/hal/Hal.cpp
+++ b/hal/Hal.cpp
@@ -21,10 +21,7 @@
#include "nsJSUtils.h"
#include "mozilla/ClearOnShutdown.h"
#include "mozilla/Observer.h"
-#include "mozilla/Services.h"
-#include "mozilla/StaticPtr.h"
#include "mozilla/dom/ContentChild.h"
-#include "mozilla/dom/ContentParent.h"
#include "mozilla/dom/ScreenOrientation.h"
#include "WindowIdentifier.h"
diff --git a/hal/Hal.h b/hal/Hal.h
index 224b4c451..14247ee2e 100644
--- a/hal/Hal.h
+++ b/hal/Hal.h
@@ -18,7 +18,6 @@
#include "mozilla/hal_sandbox/PHal.h"
#include "mozilla/HalScreenConfiguration.h"
#include "mozilla/HalTypes.h"
-#include "mozilla/Observer.h"
#include "mozilla/Types.h"
/*