monitor: move include files to include/monitor/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2012-12-17 18:19:49 +01:00
parent 022c62cbbc
commit 83c9089e73
84 changed files with 87 additions and 87 deletions

View file

@ -17,7 +17,7 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include "hw.h"
#include "monitor.h"
#include "monitor/monitor.h"
#include "sysbus.h"
#include "sysemu.h"
#include "isa.h"