Merge "Fix position of usbforward.h" into gce-dev
diff --git a/guest/commands/usbforward/BUILD b/common/libs/usbforward/BUILD
similarity index 100%
rename from guest/commands/usbforward/BUILD
rename to common/libs/usbforward/BUILD
diff --git a/guest/commands/usbforward/protocol.h b/common/libs/usbforward/protocol.h
similarity index 100%
rename from guest/commands/usbforward/protocol.h
rename to common/libs/usbforward/protocol.h
diff --git a/guest/commands/usbforward/transport_request.h b/guest/commands/usbforward/transport_request.h
index 6068c98..1f76bbe 100644
--- a/guest/commands/usbforward/transport_request.h
+++ b/guest/commands/usbforward/transport_request.h
@@ -20,7 +20,7 @@
 
 #include <stdint.h>
 #include <libusb/libusb.h>
-#include "guest/commands/usbforward/protocol.h"
+#include "common/libs/usbforward/protocol.h"
 
 namespace usb_forward {
 
diff --git a/guest/commands/usbforward/usb_server.cpp b/guest/commands/usbforward/usb_server.cpp
index 2f89155..35fac9a 100644
--- a/guest/commands/usbforward/usb_server.cpp
+++ b/guest/commands/usbforward/usb_server.cpp
@@ -23,7 +23,7 @@
 #include <cutils/log.h>
 #include <libusb/libusb.h>
 #include "common/libs/fs/shared_select.h"
-#include "guest/commands/usbforward/protocol.h"
+#include "common/libs/usbforward/protocol.h"
 #include "guest/commands/usbforward/transport_request.h"
 
 namespace usb_forward {