hashtable.h: Same.

2001-03-12  Craig Rodrigues  <rodrigc@mediaone.net>

	* include/backward/hashtable.h: Same.
	* include/backward/rope.h: Fix include.

From-SVN: r40418
This commit is contained in:
Craig Rodrigues 2001-03-12 18:49:33 +00:00 committed by Benjamin Kosnik
parent bc4f48d775
commit 86c18af9bb
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-03-12 Craig Rodrigues <rodrigc@mediaone.net>
* include/backward/hashtable.h: Same.
* include/backward/rope.h: Fix include.
2001-03-12 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/istream.tcc (basic_istream<_CharT, _Traits>&

View File

@ -31,7 +31,7 @@
#ifndef _CPP_BACKWARD_HASHTABLE_H
#define _CPP_BACKWARD_HASHTABLE_H 1
#include <bits/stl_hashtable.h>
#include <ext/stl_hashtable.h>
#include "algo.h"
#include "alloc.h"
#include "vector.h"

View File

@ -15,7 +15,7 @@
#define _CPP_BACKWARD_ROPE_H 1
#include "hashtable.h"
#include <bits/stl_rope.h>
#include <ext/stl_rope.h>
using std::char_producer;
using std::sequence_buffer;