From 78a534a90686138499b3360e4b74080797131bfe Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 30 Jul 2006 21:49:37 +0000 Subject: [PATCH] removed now useless duplicate includes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19267 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/config.h | 2 -- libmpdemux/help_mp.h | 1 - libmpdemux/mp_msg.h | 2 -- 3 files changed, 5 deletions(-) delete mode 100644 libmpdemux/config.h delete mode 100644 libmpdemux/help_mp.h delete mode 100644 libmpdemux/mp_msg.h 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"