diff options
author | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-30 21:49:37 +0000 |
---|---|---|
committer | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-30 21:49:37 +0000 |
commit | 78a534a90686138499b3360e4b74080797131bfe (patch) | |
tree | f7627c172e28238a72a9ae4e223a2317d35d5207 /libmpdemux | |
parent | 552106a0fe3bf23c3b2c42399f259087848c1a9f (diff) | |
download | mpv-78a534a90686138499b3360e4b74080797131bfe.tar.bz2 mpv-78a534a90686138499b3360e4b74080797131bfe.tar.xz |
removed now useless duplicate includes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19267 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r-- | libmpdemux/config.h | 2 | ||||
-rw-r--r-- | libmpdemux/help_mp.h | 1 | ||||
-rw-r--r-- | libmpdemux/mp_msg.h | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/libmpdemux/config.h b/libmpdemux/config.h deleted file mode 100644 index 319abb0131..0000000000 --- a/libmpdemux/config.h +++ /dev/null @@ -1,2 +0,0 @@ -/* Let it be for now*/ -#include "../config.h" diff --git a/libmpdemux/help_mp.h b/libmpdemux/help_mp.h deleted file mode 100644 index c714314853..0000000000 --- a/libmpdemux/help_mp.h +++ /dev/null @@ -1 +0,0 @@ -#include "../help_mp.h" diff --git a/libmpdemux/mp_msg.h b/libmpdemux/mp_msg.h deleted file mode 100644 index 0f8ceae361..0000000000 --- a/libmpdemux/mp_msg.h +++ /dev/null @@ -1,2 +0,0 @@ -/* Let it be for now*/ -#include "../mp_msg.h" |