aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Caruso <ejcaruso@chromium.org>2018-04-09 16:43:09 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-04-10 19:13:33 -0700
commit895aba997ff7ce020bdf1823d87fa5b0cbfe58b8 (patch)
treea81022262a69c2a0db4030c932a616bed6c93738
parent21ae3c1399e1bd2ec9d25c372fdd83d1770b2c89 (diff)
downloadplatform_external_libbrillo-895aba997ff7ce020bdf1823d87fa5b0cbfe58b8.tar.gz
platform_external_libbrillo-895aba997ff7ce020bdf1823d87fa5b0cbfe58b8.tar.bz2
platform_external_libbrillo-895aba997ff7ce020bdf1823d87fa5b0cbfe58b8.zip
libbrillo: remove unused header
This header is gone in future libchromes and we removed all of the references to dbus::FileDescriptor in previous CLs. BUG=b:37434548 TEST=emerge Change-Id: I0034a1fea6c07ce2a3f95702f363d528662e8225 Reviewed-on: https://chromium-review.googlesource.com/1003595 Commit-Ready: Eric Caruso <ejcaruso@chromium.org> Tested-by: Eric Caruso <ejcaruso@chromium.org> Reviewed-by: Dan Erat <derat@chromium.org>
-rw-r--r--brillo/dbus/dbus_method_invoker.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/brillo/dbus/dbus_method_invoker.h b/brillo/dbus/dbus_method_invoker.h
index 19a58e6..8ce4b50 100644
--- a/brillo/dbus/dbus_method_invoker.h
+++ b/brillo/dbus/dbus_method_invoker.h
@@ -75,7 +75,6 @@
#include <brillo/errors/error.h>
#include <brillo/errors/error_codes.h>
#include <brillo/brillo_export.h>
-#include <dbus/file_descriptor.h>
#include <dbus/message.h>
#include <dbus/object_proxy.h>