diff options
author | wm4 <wm4@nowhere> | 2014-09-10 00:51:36 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-09-10 00:51:36 +0200 |
commit | ae63702a2c5bad0e943b84d05a4c6559052d11e7 (patch) | |
tree | ba197cfcfe7803d37296bcb8aece7a52b8aa077e /input/joystick.c | |
parent | e2a093df02c0340ab285d3905425fd12b376fdef (diff) | |
download | mpv-ae63702a2c5bad0e943b84d05a4c6559052d11e7.tar.bz2 mpv-ae63702a2c5bad0e943b84d05a4c6559052d11e7.tar.xz |
input: remove useless joystick.h/lirc.h include files
These really just waste space.
Diffstat (limited to 'input/joystick.c')
-rw-r--r-- | input/joystick.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/input/joystick.c b/input/joystick.c index 56eb87f310..ba71da8b52 100644 --- a/input/joystick.c +++ b/input/joystick.c @@ -16,9 +16,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "config.h" - -#include "joystick.h" #include "input.h" #include <stdlib.h> |