Difference for arch/sdl/mouse.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 1
 
Line 1
 // SDL mouse driver.  // SDL mouse driver.
   
 #include "SDL.h"  #include <string.h>
   #include <SDL/SDL.h>
 #include "fix.h"  #include "fix.h"
 #include "timer.h"  #include "timer.h"
 #include "event.h"  #include "event.h"

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2