| commit | 7a78db75ad42aea283f5073f51891464104a9fc3 | [log] [tgz] |
|---|---|---|
| author | David 'Digit' Turner <digit@android.com> | Sat Dec 14 11:46:01 2013 +0100 |
| committer | David 'Digit' Turner <digit@android.com> | Wed Jan 08 07:21:09 2014 +0100 |
| tree | 7967682893b85709f7585deebc78aa92c5384f5a | |
| parent | 845691383dd6a0ff71acf7aee0736adba350f6a9 [diff] [blame] |
Move qemu-timer.h to include/qemu/timer.h Note: upstream still puts qemu-timer.c in the top-level directory, so no need to move it Change-Id: I475309d6f0040b4fd2277e52a2526825c112e91f
diff --git a/usb-dummy-android.c b/usb-dummy-android.c index ed03219..903e398 100755 --- a/usb-dummy-android.c +++ b/usb-dummy-android.c
@@ -23,7 +23,7 @@ */ #include "qemu-common.h" -#include "qemu-timer.h" +#include "qemu/timer.h" #include "monitor.h" #include "hw/usb.h"