···1717 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
1818 */
1919#include "hw.h"
2020-#include "monitor.h"
2020+#include "monitor/monitor.h"
2121#include "sysbus.h"
2222#include "sysemu.h"
2323#include "isa.h"
···1111 */
12121313#include <stdio.h>
1414-#include "monitor.h"
1414+#include "monitor/monitor.h"
15151616/*
1717 * Print to current monitor if we have one, else to stderr.
···1010 * See the COPYING.LIB file in the top-level directory.
1111 */
12121313-#include "monitor.h"
1313+#include "monitor/monitor.h"
1414#include "qapi/qmp/qjson.h"
1515#include "qapi/qmp/qerror.h"
1616#include "qemu-common.h"
+2-2
readline.c
···2121 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222 * THE SOFTWARE.
2323 */
2424-#include "readline.h"
2525-#include "monitor.h"
2424+#include "monitor/readline.h"
2525+#include "monitor/monitor.h"
26262727#define IS_NORM 0
2828#define IS_ESC 1