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/qemu-timer.c b/qemu-timer.c index 4e51dd3..353002c 100644 --- a/qemu-timer.c +++ b/qemu-timer.c
@@ -53,7 +53,7 @@ #include <mmsystem.h> #endif -#include "qemu-timer.h" +#include "qemu/timer.h" /* Conversion factor from emulated instructions to virtual clock ticks. */ int icount_time_shift;