/** ** KAI C++ Compiler ** ** Copyright (C) 1996-2001 Intel Corp. All rights reserved. **/ #ifndef __KAI_LIST_H #define __KAI_LIST_H #include using std::list; #endif /* __KAI_LIST_H */