2001-03-12 Craig Rodrigues <rodrigc@mediaone.net>
* include/backward/hashtable.h: Same.
* include/backward/rope.h: Fix include.
From-SVN: r40418
+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>&
#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"
#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;