]> Git Repo - qemu.git/blobdiff - chardev/char-ringbuf.c
Include less of the generated modular QAPI headers
[qemu.git] / chardev / char-ringbuf.c
index d130069e8886f79fce593246d21dd7462da2b0ee..87832e27920ec78cab71db564b38f7fccaf3f19e 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+
 #include "qemu/osdep.h"
-#include "sysemu/char.h"
-#include "qmp-commands.h"
+#include "chardev/char.h"
+#include "qapi/error.h"
+#include "qapi/qapi-commands-char.h"
 #include "qemu/base64.h"
+#include "qemu/option.h"
 
 /* Ring buffer chardev */
 
This page took 0.024715 seconds and 4 git commands to generate.