/* * Portable Object Compiler (c) 1997,98. All Rights Reserved. * $Id: objc.h,v 1.1.1.1 2000/06/07 21:09:25 stes Exp $ */ #ifndef __objch__ #define __objch__ #include "objcrt.h" #ifndef __OBJECT_INCLUDED__ #define __OBJECT_INCLUDED__ #include "Object.h" /* Stepstone Object.h assumes #import */ #endif #include "Block.h" #include "Message.h" #endif /* __objch__ */