--- trunk/src/devices/dev_malta_lcd.c 2007/10/08 16:21:06 33 +++ trunk/src/devices/dev_malta_lcd.c 2007/10/08 16:21:17 34 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2006 Anders Gavare. All rights reserved. + * Copyright (C) 2005-2007 Anders Gavare. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: dev_malta_lcd.c,v 1.7 2006/03/04 12:38:47 debug Exp $ + * $Id: dev_malta_lcd.c,v 1.9 2007/02/03 20:14:23 debug Exp $ * * Malta (evbmips) LCD thingy. Mostly a dummy device. */ @@ -36,7 +36,6 @@ #include "cpu.h" #include "device.h" -#include "devices.h" #include "emul.h" #include "machine.h" #include "memory.h"