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

@ -11,7 +11,7 @@
*/
#include <stdio.h>
#include "monitor.h"
#include "monitor/monitor.h"
/*
* Print to current monitor if we have one, else to stderr.