1
0
mirror of https://gitlab.com/qemu-project/qemu synced 2024-07-09 04:27:12 +00:00

Code used by the linux-user targets should not use vl.h.

Include exec.h instead.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3536 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
j_mayer 2007-11-05 13:01:41 +00:00
parent 4f43196097
commit 084ed5cc90

View File

@ -23,7 +23,8 @@
* THE SOFTWARE.
*/
#include "vl.h"
#include "exec.h"
#include "host-utils.h"
//#define DEBUG_MULDIV