summaryrefslogtreecommitdiff
path: root/src/ast
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-06-02 17:17:46 +0800
committerJohn Hodge <tpg@mutabah.net>2018-06-02 17:17:46 +0800
commit02683781cb8b815ce0240fd2afc333c57a0460ba (patch)
tree789887680a2823a1927eab3692128b8a6ff74e28 /src/ast
parent50ef0034194c2dc1d2fb5730231c8566f405f1f6 (diff)
downloadmrust-02683781cb8b815ce0240fd2afc333c57a0460ba.tar.gz
HIR Serialise - Explicitly serialise tokens (instead of using ancient code)
Diffstat (limited to 'src/ast')
-rw-r--r--src/ast/path.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ast/path.hpp b/src/ast/path.hpp
index 0470084b..0cb6fcc8 100644
--- a/src/ast/path.hpp
+++ b/src/ast/path.hpp
@@ -9,7 +9,6 @@
#include <vector>
#include <initializer_list>
#include <cassert>
-#include <serialise.hpp>
#include <tagged_union.hpp>
#include <string>
#include "../include/span.hpp"