diff options
Diffstat (limited to 'src/hir/path.hpp')
-rw-r--r-- | src/hir/path.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hir/path.hpp b/src/hir/path.hpp index 206b5d5b..f2bec6ee 100644 --- a/src/hir/path.hpp +++ b/src/hir/path.hpp @@ -11,11 +11,11 @@ #include <common.hpp> #include <tagged_union.hpp> -#include <hir/type_ptr.hpp> #include <span.hpp> namespace HIR { +class TypeRef; class Trait; enum Compare { |