As pointed out by Ingo, Mime.h is also a Haiku header and includes MimeType.h

for convenience.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27829 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-10-01 16:27:15 +00:00
parent 4df6a8c3fb
commit fb2f3ef96c

View File

@ -9,11 +9,7 @@
#include <Entry.h>
#include <List.h>
#ifdef __HAIKU__
# include <MimeType.h>
#else
# include <Mime.h>
#endif
#include <Mime.h>
#include <Roster.h>
#include <String.h>