mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
Unify include paths, -I.. is in CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16861 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#include "../config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@@ -17,13 +17,13 @@
|
|||||||
#ifdef MP_DEBUG
|
#ifdef MP_DEBUG
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#endif
|
#endif
|
||||||
#include "../osdep/getch2.h"
|
#include "osdep/getch2.h"
|
||||||
#include "../osdep/keycodes.h"
|
#include "osdep/keycodes.h"
|
||||||
#include "../osdep/timer.h"
|
#include "osdep/timer.h"
|
||||||
#include "mp_msg.h"
|
#include "mp_msg.h"
|
||||||
#include "help_mp.h"
|
#include "help_mp.h"
|
||||||
#include "../m_config.h"
|
#include "m_config.h"
|
||||||
#include "../m_option.h"
|
#include "m_option.h"
|
||||||
|
|
||||||
#include "joystick.h"
|
#include "joystick.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
#include "../config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef HAVE_JOYSTICK
|
#ifdef HAVE_JOYSTICK
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
#include "../config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef HAVE_LIRC
|
#ifdef HAVE_LIRC
|
||||||
|
|
||||||
@@ -12,8 +12,8 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "../mp_msg.h"
|
#include "mp_msg.h"
|
||||||
#include "../help_mp.h"
|
#include "help_mp.h"
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
|
|
||||||
static struct lirc_config *lirc_config;
|
static struct lirc_config *lirc_config;
|
||||||
|
|||||||
Reference in New Issue
Block a user