* move include of SupportDefs.h to header, since the types are used there

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21371 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2007-06-09 11:58:59 +00:00
parent 333a5985cf
commit a5a90db701
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,6 @@
* Authors:
* Stephan Aßmus <superstippi@gmx.de>
*/
#include <SupportDefs.h>
#include "Defines.h"
const uint32 kNativeIconMagicNumber = 'GSMI';

View File

@ -8,6 +8,9 @@
#ifndef DEFINES_H
#define DEFINES_H
#include <SupportDefs.h>
extern const uint32 kNativeIconMagicNumber;
extern const char* kNativeIconMimeType;