commit | 2d16dfa768282b29f3fd5a905b52e3393a083e0d | [log] [tgz] |
---|---|---|
author | Stefan Sauer <ensonic@google.com> | Fri Sep 25 17:08:35 2015 +0200 |
committer | Alex Vakulenko <avakulenko@google.com> | Tue Sep 29 21:11:46 2015 +0000 |
tree | 864f2f29309ce3efa590ea9051634c4b8eb092c1 | |
parent | 8589b05a372d1ba546f529aaed2fd6ad9ad35042 [diff] [blame] |
Drop libweave part from includes. The extra prefix is cumbersome for packaging the library since that directory part will contain a version number. Change-Id: Iecaa0803185e5dd1d65d83fda79514351507b155 Reviewed-on: https://weave-review.googlesource.com/1160 Reviewed-by: Vitaly Buka <vitalybuka@google.com> Reviewed-by: Alex Vakulenko <avakulenko@google.com>
diff --git a/libweave/src/commands/prop_values.h b/libweave/src/commands/prop_values.h index cb8a662..9f7ed72 100644 --- a/libweave/src/commands/prop_values.h +++ b/libweave/src/commands/prop_values.h
@@ -11,7 +11,7 @@ #include <weave/error.h> -#include "libweave/src/commands/schema_utils.h" +#include "src/commands/schema_utils.h" namespace base { class Value;