summaryrefslogtreecommitdiffstats
path: root/dwflpp.cxx
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-05-15 15:22:05 -0700
committerJosh Stone <jistone@redhat.com>2009-05-15 15:22:05 -0700
commit0d3ea790a5ee17df1600ccb377fbeeb9f5574642 (patch)
tree7b78ef2c1a3aa1c62d7b0957a64ad63e14cbe49f /dwflpp.cxx
parent1adf8ef1ca448709a7a4527b916d65ada0b3fc04 (diff)
downloadsystemtap-steved-0d3ea790a5ee17df1600ccb377fbeeb9f5574642.tar.gz
systemtap-steved-0d3ea790a5ee17df1600ccb377fbeeb9f5574642.tar.xz
systemtap-steved-0d3ea790a5ee17df1600ccb377fbeeb9f5574642.zip
Simplify our unordered_map typedefs
Diffstat (limited to 'dwflpp.cxx')
-rw-r--r--dwflpp.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/dwflpp.cxx b/dwflpp.cxx
index c7dfc5a0..6f75c0a4 100644
--- a/dwflpp.cxx
+++ b/dwflpp.cxx
@@ -27,11 +27,6 @@
#include <deque>
#include <iostream>
#include <map>
-#ifdef HAVE_TR1_UNORDERED_MAP
-#include <tr1/unordered_map>
-#else
-#include <ext/hash_map>
-#endif
#include <set>
#include <sstream>
#include <stdexcept>