//+---------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1997.
//
//  File:       S M I N C . H
//
//  Contents:   Standard include for the shell\statmon code
//
//  Notes:
//
//  Author:     CWill   10/21/1997
//
//----------------------------------------------------------------------------

#pragma once

#ifndef _SMINC_H_
#define _SMINC_H_

#include "nsbase.h"     // must be first to include atl

#include "ncatlps.h"
#include "ncstl.h"
#include "resource.h"

#include "ras.h"

#include "ncerror.h"
#include "ncnetcon.h"
#include "smcent.h"
#include "smeng.h"

#endif  // _SMINC_H_