input: remove useless joystick.h/lirc.h include files

These really just waste space.
This commit is contained in:
wm4
2014-09-10 00:51:36 +02:00
parent e2a093df02
commit ae63702a2c
6 changed files with 6 additions and 67 deletions
-3
View File
@@ -16,8 +16,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <lirc/lirc_client.h>
#include <errno.h>
#include <fcntl.h>
@@ -29,7 +27,6 @@
#include "common/msg.h"
#include "input.h"
#include "lirc.h"
struct ctx {
struct mp_log *log;