aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-18 14:00:36 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-18 14:00:36 -0700
commitf1d22b6300b3fab2da4acc6bc196ce5e8f24b0e2 (patch)
tree01f7ef7c60083e01a33092670d35558fac2075c2 /function.h
parentda6295c428271e34a9e03ce7858e12a2892dff44 (diff)
Got function.h and function.cpp off of shared_ptr (hooray)
Diffstat (limited to 'function.h')
-rw-r--r--function.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/function.h b/function.h
index 2ca50255..d17aa33f 100644
--- a/function.h
+++ b/function.h
@@ -16,9 +16,6 @@
#include "common.h"
#include "event.h"
-#include <tr1/memory>
-using std::tr1::shared_ptr;
-
class parser_t;
class env_vars;