HashFwd.H
Go to the documentation of this file.
1/*---------------------------------------------------------------------------*\
2Description
3 Compatibility include.
4 Previous support for forward declarations is no longer needed.
5
6\*---------------------------------------------------------------------------*/
7
8#ifndef HashFwd_H
9#define HashFwd_H
10
11#include "Hash.H"
12
13#endif
14
15// ************************************************************************* //