]> git.proxmox.com Git - qemu.git/blobdiff - hw/omap_lcdc.c
ui: move files to ui/ and include/ui/
[qemu.git] / hw / omap_lcdc.c
index d7ae3032be2b43047192e6cf9ab3908d18326408..936850a6216ba6f3938d045795c168f4e8af45e1 100644 (file)
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 #include "hw.h"
-#include "console.h"
+#include "ui/console.h"
 #include "omap.h"
 #include "framebuffer.h"
+#include "ui/pixel_ops.h"
 
 struct omap_lcd_panel_s {
     MemoryRegion *sysmem;
@@ -66,8 +67,6 @@ static void omap_lcd_interrupts(struct omap_lcd_panel_s *s)
     qemu_irq_lower(s->irq);
 }
 
-#include "pixel_ops.h"
-
 #define draw_line_func drawfn
 
 #define DEPTH 8