/* 
 * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC. 
 * ALL RIGHTS RESERVED 
*/ 
/* 
 * Motif Release 1.2
*/ 
/*   $RCSfile: MrmAppl.h,v $ $Revision: 1.5 $ $Date: 92/03/13 16:19:41 $ */

/*
*  (c) Copyright 1989, 1990, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */

#ifndef MrmAppl_H
#define MrmAppl_H

/*
** This file includes all .h files and definitions which are needed by Mrm code
** which does not require access to the widget-building variants of Xm
*/
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>
#include <X11/Shell.h>

#include <Xm/XmP.h>

#include <Mrm/MrmPublic.h>

#endif /* MrmAppl_H */
/* DON'T ADD STUFF AFTER THIS #endif */
