]> Git Repo - qemu.git/blobdiff - chardev/char-parallel.c
Merge remote-tracking branch 'remotes/kraxel/tags/ipxe-pull-request' into staging
[qemu.git] / chardev / char-parallel.c
index 3fa22ce29d4520c8afb2391d028c3189e9287f17..bce89f8c36180d97e106e7946170c966f7309603 100644 (file)
@@ -22,7 +22,7 @@
  * THE SOFTWARE.
  */
 #include "qemu/osdep.h"
-#include "sysemu/char.h"
+#include "chardev/char.h"
 #include "qapi/error.h"
 #include <sys/ioctl.h>
 
@@ -41,8 +41,8 @@
 #endif
 #endif
 
-#include "char-fd.h"
-#include "char-parallel.h"
+#include "chardev/char-fd.h"
+#include "chardev/char-parallel.h"
 
 #if defined(__linux__)
 
This page took 0.02416 seconds and 4 git commands to generate.