///////////////////////////////////////////////////////////////////////////
// FILE: valarray (...)
//
//                          Open Watcom Project
//
// Copyright (c) 2004-2008 The Open Watcom Contributors. All Rights Reserved.
//
//    This file is automatically generated. Do not edit directly.
//
// =========================================================================
//
// Description: This header is part of the C++ standard library.
///////////////////////////////////////////////////////////////////////////
#ifndef _VALARRAY_INCLUDED
#define _VALARRAY_INCLUDED

#if !defined(_ENABLE_AUTODEPEND)
  #pragma read_only_file;
#endif


#ifndef __cplusplus
#error The header valarray requires C++
#endif

namespace std {

} // End of namespace std.

#endif
