//-----------------------------------------------------------------------------
//  
//  File: parser.h
//  Copyright (C) 1994-1996 Microsoft Corporation
//  All rights reserved.
//  
//  Mother of all include files for parsers.  This should be everything that
//  a parser needs.
//  
//-----------------------------------------------------------------------------

#pragma once

#define ESPRESSO_AUX_COMPONENT

#include <esputil.h>
#include <pbase.h>
#include <parsutil.h>
#include <parserid.h>
