mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 15:49:54 +08:00
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
// -*- C++ -*- forwarding header.
|
||
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
||
|
#ifndef __UTILITY__
|
||
|
#define __UTILITY__
|
||
|
#include <function.h>
|
||
|
#include <pair.h>
|
||
|
#endif
|