Move B_MIME_STRING_TYPE to <TypeConstants.h>

This commit is contained in:
Ingo Weinhold
2011-07-17 16:55:09 +02:00
parent 901749cff2
commit 3e29244600
8 changed files with 9 additions and 23 deletions
@@ -111,13 +111,6 @@ union value {
};
// B_MIME_STRING_TYPE is defined in storage/Mime.h, but we
// don't need the whole file here; the type can't change anyway
#ifndef _MIME_H
# define B_MIME_STRING_TYPE 'MIMS'
#endif
template<typename QueryPolicy>
class Query {
public: