/*
 *      $RCSfile: mneme.h,v $
 *      $Revision: 3.0 $
 *      $Date: 1990/01/23 14:28:30 $
 *      $Author: hosking $
 *      $State: Exp $
 *      $Locker:  $
 *
 *      Copyright (C) 1989 J. Eliot B. Moss
 *
 *    Include this file to use Mneme.  No other files need
 *    to be included.
 */
# ifndef MNEME_guard
# define MNEME_guard

# include <mneme/lang.h>
# include <mneme/mneme/mn_rcode.h>      /* return codes */
# include <mneme/mneme/mn_xtypes.h>     /* external types */
# include <mneme/mneme/mn_memory.h>     /* memory functions */
# include <mneme/mneme/mn_general.h>    /* general operations */
# include <mneme/mneme/mn_exception.h>  /* exception handling operations */
# include <mneme/mneme/mn_file.h>       /* file operations */
# include <mneme/mneme/mn_object.h>     /* object operations */
# include <mneme/mneme/mn_handle.h>     /* handle operations */
# include <mneme/mneme/mn_pool.h>       /* pool operations */
# include <mneme/mneme/mn_txn.h>        /* transaction operations */
# include <mneme/mneme/mn_profile.h>    /* profiling operations */
# include <mneme/mneme/mn_strat.h>	/* strategy operations */
# include <mneme/mneme/mn_direct.h>	/* direct pointer operations */

# endif /* MNEME_guard */
