@ -1,4 +1,4 @@
namespace CppSharp
namespace CppSharp.AST
{
/// <summary>
/// Encodes a location in the source.
@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using SourceLocation = CppSharp.AST.SourceLocation;
using CppSharp.Parser.AST;
namespace CppSharp