]> git.sesse.net Git - vlc/blobdiff - modules/control/gestures.c
* all: rework of the input.
[vlc] / modules / control / gestures.c
index bbe1029b6abec66c41ef8e1cf1dd060e294704f0..0fd5c1fdc7112ea096b09deeaa0e878be705638b 100644 (file)
@@ -2,7 +2,7 @@
  * gestures.c: control vlc with mouse gestures
  *****************************************************************************
  * Copyright (C) 2004 VideoLAN
- * $Id: gestures.c,v 1.7 2004/01/25 16:17:03 anil Exp $
+ * $Id$
  *
  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
  *
@@ -32,9 +32,6 @@
 #include <vlc/intf.h>
 #include <vlc/vout.h>
 
-#include "stream_control.h"
-#include "input_ext-intf.h"
-
 /*****************************************************************************
  * intf_sys_t: description and status of interface
  *****************************************************************************/