/*
 * @(#)StubPreamble.h	1.6 96/11/23
 * 
 * Copyright (c) 1995, 1996 Sun Microsystems, Inc. All Rights Reserved.
 * 
 */

#ifndef _STUB_PREAMBLE_
#define _STUB_PREAMBLE_

/*
 * Preamble for stubs.
 *
 * NOTE: This file should include only those
 * declarations that can be used by java stub 
 * routines.
 */

#include "oobj.h"
#include "interpreter.h"

#endif
