/*++

Copyright (c) Microsoft. All rights reserved.

Module Name:

   fxobjectpch.h

Abstract:

    This module contains header definitions and include files needed by all
    modules in shared\object

Author:

Environment:
   Both kernel and user mode

Revision History:

--*/

#ifndef __FX_CORE_PCH_H__
#define __FX_CORE_PCH_H__

#include "objectpriv.hpp"
#include "fxmin.hpp"
#include "fxtoobjectitf.hpp"

#endif // __FX_CORE_PCH_H__