36 lines
1.2 KiB
C
36 lines
1.2 KiB
C
/*
|
|
* _ialias.h Automatic include aliases
|
|
*
|
|
* =========================================================================
|
|
*
|
|
* Open Watcom Project
|
|
*
|
|
* Copyright (c) 2004-2010 The Open Watcom Contributors. All Rights Reserved.
|
|
*
|
|
* This file is automatically generated. Do not edit directly.
|
|
*
|
|
* =========================================================================
|
|
*/
|
|
|
|
#ifndef __IALIAS_H_INCLUDED
|
|
#define __IALIAS_H_INCLUDED
|
|
|
|
#ifndef _ENABLE_AUTODEPEND
|
|
#pragma read_only_file;
|
|
#endif
|
|
|
|
#pragma include_alias( <algorithm>, <algorith> )
|
|
#pragma include_alias( <exception>, <exceptio> )
|
|
#pragma include_alias( <exception.h>, <exceptio.h> )
|
|
#pragma include_alias( <functional>, <function> )
|
|
#pragma include_alias( <stdexcept>, <stdexcep> )
|
|
#pragma include_alias( <stdexcept.h>, <stdexcep.h> )
|
|
#pragma include_alias( <streambuf>, <streambu> )
|
|
#pragma include_alias( <streambuf.h>, <streambu.h> )
|
|
#pragma include_alias( <strstream>, <strstrea> )
|
|
#pragma include_alias( <strstream.h>, <strstrea.h> )
|
|
#pragma include_alias( <type_traits>, <type_tra> )
|
|
#pragma include_alias( <unordered_set>, <unordere> )
|
|
|
|
#endif /* __IALIAS_H_INCLUDED */
|