]> Git Repo - qemu.git/blobdiff - chardev/char-file.c
hw/timer/armv7m_systick: Forbid non-privileged accesses
[qemu.git] / chardev / char-file.c
index aed4ae15693315ade0a501bbde421c44720b7603..2fd80707e5f4dfa6b618e4ea7b88db034dffd3a7 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+
 #include "qemu/osdep.h"
 #include "qapi/error.h"
-#include "qemu-common.h"
-#include "sysemu/char.h"
+#include "qemu/module.h"
+#include "qemu/option.h"
+#include "chardev/char.h"
 
 #ifdef _WIN32
-#include "char-win.h"
+#include "chardev/char-win.h"
 #else
-#include "char-fd.h"
+#include "chardev/char-fd.h"
 #endif
 
 static void qmp_chardev_open_file(Chardev *chr,
This page took 0.022782 seconds and 4 git commands to generate.