diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-09-11 10:18:19 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-09-11 10:18:19 +0200 |
commit | 3755f7f7f7b703893d8678258616e2f2494eac8f (patch) | |
tree | 91585ea6e4c317557c2325075b42503c632b7401 | |
parent | a581a396c73189ca7dfb6b7d2273566f5b93ff5b (diff) | |
download | uxp-3755f7f7f7b703893d8678258616e2f2494eac8f.tar.gz |
Remove some unnecessary dependencies from HAL.
-rw-r--r-- | hal/Hal.cpp | 3 | ||||
-rw-r--r-- | hal/Hal.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/hal/Hal.cpp b/hal/Hal.cpp index 16201a2d8d..0ee2d66f48 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" @@ -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" /* |