Move net.h to include/net/
+ Move net-android.c and net.c to net/
+ Rename net-checksum.c to net/checksum.c
+ Move sockets.h and shaper.h to include/android/
and sockets.c + shaper.c to android/
+ Move vgafont.h to ui/
Change-Id: I2659a919a316d3f95aac0f9924833eeee4cb5592
diff --git a/android/protocol/ui-commands-impl.h b/android/protocol/ui-commands-impl.h
index f575bd0..717f6b6 100644
--- a/android/protocol/ui-commands-impl.h
+++ b/android/protocol/ui-commands-impl.h
@@ -13,7 +13,7 @@
#ifndef _ANDROID_PROTOCOL_UI_COMMANDS_IMPL_H
#define _ANDROID_PROTOCOL_UI_COMMANDS_IMPL_H
-#include "sockets.h"
+#include "android/sockets.h"
#include "android/looper.h"
#include "android/protocol/ui-commands.h"