summaryrefslogtreecommitdiffstats
path: root/ipc/glue/ProtocolUtils.h
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-22 22:44:01 -0500
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 12:52:59 +0200
commit57383be95da385b336d988ff713b8e3bf097ce0f (patch)
tree06392b9c4ca8701a49fe1976f25d10bc4e1582bd /ipc/glue/ProtocolUtils.h
parent6ef03f136bac6d677d67d1bcc4e110e891e7c4ca (diff)
downloadUXP-57383be95da385b336d988ff713b8e3bf097ce0f.tar
UXP-57383be95da385b336d988ff713b8e3bf097ce0f.tar.gz
UXP-57383be95da385b336d988ff713b8e3bf097ce0f.tar.lz
UXP-57383be95da385b336d988ff713b8e3bf097ce0f.tar.xz
UXP-57383be95da385b336d988ff713b8e3bf097ce0f.zip
Issue #1053 - Remove android support from ipc except for ipc/chromium
This does not include android in the imported chromium code as specific research needs done on defines and logic.
Diffstat (limited to 'ipc/glue/ProtocolUtils.h')
-rw-r--r--ipc/glue/ProtocolUtils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipc/glue/ProtocolUtils.h b/ipc/glue/ProtocolUtils.h
index 83860d93a..e22f16c1c 100644
--- a/ipc/glue/ProtocolUtils.h
+++ b/ipc/glue/ProtocolUtils.h
@@ -27,10 +27,6 @@
#include "mozilla/UniquePtr.h"
#include "MainThreadUtils.h"
-#if defined(ANDROID) && defined(DEBUG)
-#include <android/log.h>
-#endif
-
template<typename T> class nsTHashtable;
template<typename T> class nsPtrHashKey;