Revision 87ecb68b block.c

b/block.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 "console.h"
28 27
#endif
29 28
#include "block_int.h"
30 29

  

Also available in: Unified diff