aboutsummaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorJohan Euphrosine <proppy@google.com>2015-12-07 14:52:53 -0800
committerAlex Vakulenko <avakulenko@google.com>2015-12-07 23:04:27 +0000
commit894b6b4f6d75bf8d1c9bd145b792d0213f831c34 (patch)
treef0d57e990322b844a48e9c8d634bd7a60395fab0 /src/commands
parentd91d625f29b752be035c5fb49bb29d7ee85fcb90 (diff)
downloadlibweave-894b6b4f6d75bf8d1c9bd145b792d0213f831c34.tar.gz
commands: delete obsolete include
This was removed in https://weave-review.googlesource.com/#/c/1788/ Change-Id: I7c1165c0e003cd7bb478555ac7886ed99d320615 Reviewed-on: https://weave-review.googlesource.com/1794 Reviewed-by: Alex Vakulenko <avakulenko@google.com>
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/command_instance_unittest.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands/command_instance_unittest.cc b/src/commands/command_instance_unittest.cc
index 6f55ad2..8d70b8b 100644
--- a/src/commands/command_instance_unittest.cc
+++ b/src/commands/command_instance_unittest.cc
@@ -7,8 +7,6 @@
#include <gtest/gtest.h>
#include <weave/test/unittest_utils.h>
-#include "src/commands/command_dictionary.h"
-
namespace weave {
using test::CreateDictionaryValue;