mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
monitor: move include files to include/monitor/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
#include "readline.h"
|
||||
#include "monitor.h"
|
||||
#include "monitor/readline.h"
|
||||
#include "monitor/monitor.h"
|
||||
|
||||
#define IS_NORM 0
|
||||
#define IS_ESC 1
|
||||
|
||||
Reference in New Issue
Block a user