summaryrefslogtreecommitdiffstats
path: root/osdep/priority.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2012-04-06 16:58:39 +0300
committerUoti Urpala <uau@mplayer2.org>2012-04-06 17:45:56 +0300
commite2fc1f640fdf473fdf8f1de6fd1212731b8ffa13 (patch)
tree11127d96adabf22894f4848bdd9bbda67d67542e /osdep/priority.c
parentb93ed278362185ff980e0ce8f4ab3029f8fe395f (diff)
downloadmpv-e2fc1f640fdf473fdf8f1de6fd1212731b8ffa13.tar.bz2
mpv-e2fc1f640fdf473fdf8f1de6fd1212731b8ffa13.tar.xz
build: remove OS/2 support
Diffstat (limited to 'osdep/priority.c')
-rw-r--r--osdep/priority.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/osdep/priority.c b/osdep/priority.c
index 0803a3299e..dfa2c54ff5 100644
--- a/osdep/priority.c
+++ b/osdep/priority.c
@@ -20,8 +20,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "osdep.h"
-
#if defined(__MINGW32__) || defined(__CYGWIN__)
#include <windows.h>
#endif