1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/contrib/libg++/libstdc++/deque

8 lines
147 B
Plaintext
Raw Normal View History

// -*- C++ -*- forwarding header.
// This file is part of the GNU ANSI C++ Library.
#ifndef __DEQUE__
#define __DEQUE__
#include <deque.h>
#endif