summaryrefslogtreecommitdiffstats
path: root/Gui/bitmap.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-02 17:07:19 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-02 17:07:19 +0000
commitb91a0c565437a2c989e5d15cf9e422dc34aa82c8 (patch)
tree66c872cf39a9b69c5d610aa21df7dd615359e28e /Gui/bitmap.h
parente5f9c4e0356493474af462bd9f53ae9f65987267 (diff)
downloadmpv-b91a0c565437a2c989e5d15cf9e422dc34aa82c8.tar.bz2
mpv-b91a0c565437a2c989e5d15cf9e422dc34aa82c8.tar.xz
cleanup - round 2.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8047 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/bitmap.h')
-rw-r--r--Gui/bitmap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gui/bitmap.h b/Gui/bitmap.h
index 7ce7f2cdcd..84f671037c 100644
--- a/Gui/bitmap.h
+++ b/Gui/bitmap.h
@@ -11,9 +11,6 @@ typedef struct _txSample
char * Image;
} txSample;
-#include "png/png.h"
-#include "../../mp_msg.h"
-
extern int bpRead( char * fname, txSample * bf );
extern int conv24to32( txSample * bf );
extern void Convert32to1( txSample * in,txSample * out,int adaptivlimit );