aboutsummaryrefslogtreecommitdiffhomepage
path: root/history.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-04 02:35:30 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-04 02:35:30 -0800
commit191221eec575cee682aed01e285aa95a5a2969cb (patch)
tree1bc31c9423e286e7a7a095c7a39f7d7a7c31ca90 /history.h
parent27f374a38b74476948497b92f04441c072d4b471 (diff)
Final cleanup of io_data_t now that I recognize the bizarre way in which it shares output buffers (not sure how this ever worked before)
Diffstat (limited to 'history.h')
-rw-r--r--history.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/history.h b/history.h
index 27b1c10c..4e825fdb 100644
--- a/history.h
+++ b/history.h
@@ -14,7 +14,6 @@
#include <list>
#include <tr1/memory>
#include <set>
-using std::tr1::shared_ptr;
typedef std::list<wcstring> path_list_t;