summaryrefslogtreecommitdiff
path: root/client/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/main.cc')
-rw-r--r--client/main.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/main.cc b/client/main.cc
index 124d88d..98df149 100644
--- a/client/main.cc
+++ b/client/main.cc
@@ -29,8 +29,10 @@
#include <chromeos/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 {