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/privet/device_delegate.cc b/libweave/src/privet/device_delegate.cc
index 58340a5..3b2e247 100644
--- a/libweave/src/privet/device_delegate.cc
+++ b/libweave/src/privet/device_delegate.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "libweave/src/privet/device_delegate.h"
+#include "src/privet/device_delegate.h"
#include <base/guid.h>
-#include "libweave/src/privet/constants.h"
+#include "src/privet/constants.h"
namespace weave {
namespace privet {