Clean up.
[bertos.git] / bertos / cpu / arm / drv / i2c_lpc2.c
index 33ad6cac195b1f8f34ef90dcc7c1e4c8bed85074..ad400619772ff5623224a42465f778b40de17c06 100644 (file)
 
 #include <drv/timer.h>
 #include <drv/i2c.h>
-#include <drv/vic_lpc2.h> /* vic_handler_t */
 
 #include <io/lpc23xx.h>
 
-#include <stdarg.h>
-
-
 struct I2cHardware
 {
        uint32_t base;