]> git.proxmox.com Git - qemu.git/blobdiff - hw/ssd0303.c
hw: move headers to include/
[qemu.git] / hw / ssd0303.c
index 68d1f24b06c104b2fa691fbffea76ce11d34a1e8..183a87835cb8c7eed3bd05d652c3c9cf61dab352 100644 (file)
@@ -10,7 +10,7 @@
 /* The controller can support a variety of different displays, but we only
    implement one.  Most of the commends relating to brightness and geometry
    setup are ignored. */
-#include "hw/i2c.h"
+#include "hw/i2c/i2c.h"
 #include "ui/console.h"
 
 //#define DEBUG_SSD0303 1