aboutsummaryrefslogtreecommitdiffstats
path: root/android/protocol/core-commands-proxy.c
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-02-02 14:05:23 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-02-02 14:05:23 +0100
commite993126c6704029cb1c656922a66a32bd09b6089 (patch)
tree64df4e534e0364cb3d45b4eef564e401932a118e /android/protocol/core-commands-proxy.c
parent74d7acec6643694132a127feb5ccadda7ea793d6 (diff)
downloadexternal_qemu-e993126c6704029cb1c656922a66a32bd09b6089.zip
external_qemu-e993126c6704029cb1c656922a66a32bd09b6089.tar.gz
external_qemu-e993126c6704029cb1c656922a66a32bd09b6089.tar.bz2
Move core-connection.c from to android/protocol/
Change-Id: I1f04ed1f00fccdea043f4a4fbf5ba745b36bbcc7
Diffstat (limited to 'android/protocol/core-commands-proxy.c')
-rw-r--r--android/protocol/core-commands-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/protocol/core-commands-proxy.c b/android/protocol/core-commands-proxy.c
index a52a376..0a50794 100644
--- a/android/protocol/core-commands-proxy.c
+++ b/android/protocol/core-commands-proxy.c
@@ -17,11 +17,11 @@
#include "console.h"
#include "android/looper.h"
-#include "android/core-connection.h"
#include "android/async-utils.h"
#include "android/sync-utils.h"
#include "android/utils/debug.h"
#include "android/utils/panic.h"
+#include "android/protocol/core-connection.h"
#include "android/protocol/core-commands.h"
#include "android/protocol/core-commands-proxy.h"
#include "android/protocol/core-commands-api.h"