Revision 87ecb68b block-raw.c

b/block-raw.c
21 21
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 22
 * THE SOFTWARE.
23 23
 */
24
#ifdef QEMU_IMG
25 24
#include "qemu-common.h"
26
#else
27
#include "vl.h"
25
#ifndef QEMU_IMG
26
#include "qemu-timer.h"
28 27
#include "exec-all.h"
29 28
#endif
30 29
#include "block_int.h"

Also available in: Unified diff