Commit 40fe8510 authored by hybrid's avatar hybrid

Fix line ending.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2518 dfc29bdd-3216-0410-991c-e03cc46cb475
parent e8395299
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
// doesn't actually seem to be necessary except to pull in sys/ioctl.h. // doesn't actually seem to be necessary except to pull in sys/ioctl.h.
#define _INPUT_H #define _INPUT_H
#include <sys/ioctl.h> // Would normally be included in linux/input.h #include <sys/ioctl.h> // Would normally be included in linux/input.h
#define BITS_PER_LONG 32
#include <linux/joystick.h> #include <linux/joystick.h>
#undef _INPUT_H #undef _INPUT_H
#endif // _IRR_COMPILE_WITH_JOYSTICK_EVENTS_ #endif // _IRR_COMPILE_WITH_JOYSTICK_EVENTS_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment