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/string_utils_unittest.cc b/libweave/src/string_utils_unittest.cc
index 083ebb8..2473a79 100644
--- a/libweave/src/string_utils_unittest.cc
+++ b/libweave/src/string_utils_unittest.cc
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#include "libweave/src/string_utils.h"
+#include "src/string_utils.h"
 
 #include <list>
 #include <set>