summaryrefslogtreecommitdiff
path: root/src/ast/item.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/item.hpp')
-rw-r--r--src/ast/item.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ast/item.hpp b/src/ast/item.hpp
index cc88f3e2..2137090d 100644
--- a/src/ast/item.hpp
+++ b/src/ast/item.hpp
@@ -2,7 +2,7 @@
#pragma once
#include <string>
-#include <serialise.hpp>
+#include <vector>
namespace AST {
@@ -25,10 +25,6 @@ struct NamedNS
is_pub( is_pub )
{
}
-
- //friend ::std::ostream& operator<<(::std::ostream& os, const Named& i) {
- // return os << (i.is_pub ? "pub " : " ") << i.name << ": " << i.data;
- //}
};
template <typename T>