summaryrefslogtreecommitdiffstats
path: root/Gui/bitmap.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-04 09:36:03 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-04 09:36:03 +0000
commite70262071eba7e8c2efbd8f8f420cf071fbbd57e (patch)
tree5402f1e224cbd4465e5ca1fc933f9d77743587b2 /Gui/bitmap.h
parentc118d27f08c8c74d15008968937e6b1626444a1b (diff)
downloadmpv-e70262071eba7e8c2efbd8f8f420cf071fbbd57e.tar.bz2
mpv-e70262071eba7e8c2efbd8f8f420cf071fbbd57e.tar.xz
- add workaround for fuckin locale
- remove tga and bmp filter git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7266 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/bitmap.h')
-rw-r--r--Gui/bitmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gui/bitmap.h b/Gui/bitmap.h
index 913f2636a2..7ce7f2cdcd 100644
--- a/Gui/bitmap.h
+++ b/Gui/bitmap.h
@@ -11,8 +11,6 @@ typedef struct _txSample
char * Image;
} txSample;
-#include "tga/tga.h"
-#include "bmp/bmp.h"
#include "png/png.h"
#include "../../mp_msg.h"