summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorUtkarsh Sanghi <usanghi@google.com>2015-10-20 18:07:13 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-10-20 18:07:13 +0000
commit87e5a02267379f343cade474bd9d063cd3a328d3 (patch)
tree9cd27dfdb5a6def606a002f35577574f9efebc65 /client
parenta08ddea5f4b861ddf1f4e91bb9c4c34e23dc0ba9 (diff)
parenteb1cfeeadc70d40263bda350879697969eef0cab (diff)
downloadtpm_manager-87e5a02267379f343cade474bd9d063cd3a328d3.tar.gz
Merge "tpm_manager: Break up the D-Bus interface"
Diffstat (limited to 'client')
-rw-r--r--client/main.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/main.cc b/client/main.cc
index 75b00fe..771249c 100644
--- a/client/main.cc
+++ b/client/main.cc
@@ -29,8 +29,10 @@
#include <brillo/syslog_logging.h>
#include "tpm_manager/client/dbus_proxy.h"
-#include "tpm_manager/common/dbus_interface.pb.h"
-#include "tpm_manager/common/print_dbus_interface_proto.h"
+#include "tpm_manager/common/print_tpm_ownership_interface_proto.h"
+#include "tpm_manager/common/print_tpm_nvram_interface_proto.h"
+#include "tpm_manager/common/tpm_ownership_interface.pb.h"
+#include "tpm_manager/common/tpm_nvram_interface.pb.h"
namespace tpm_manager {