home *** CD-ROM | disk | FTP | other *** search
- /*
- * @(#)native.h 1.11 00/02/02
- *
- * Copyright 1995-2000 Sun Microsystems, Inc. All Rights Reserved.
- *
- * This software is the proprietary information of Sun Microsystems, Inc.
- * Use is subject to license terms.
- *
- */
-
- #ifndef _JAVASOFT_NATIVE_H_
- #define _JAVASOFT_NATIVE_H_
-
- /*
- * Header file for native methods. This file should include
- * only those declarations that native methods are allowed to
- * use.
- *
- * NOTE: this currently includes too much stuff...
- */
-
- #include "oobj.h"
- #include "interpreter.h"
- #include "tree.h"
- #include "javaString.h"
- #include "typecodes.h"
- #include "oldnmi.h"
-
- #endif /* !_JAVASOFT_NATIVE_H_ */
-