Moves TextSpan

This commit is contained in:
Deukhoofd 2020-10-04 21:06:11 +02:00
parent 469c708788
commit 0ce2feee06
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef ELOHIMSCRIPT_DIAGNOSTIC_HPP
#define ELOHIMSCRIPT_DIAGNOSTIC_HPP
#include "../Parser/TextSpan.hpp"
#include "../TextSpan.hpp"
#include "DiagnosticLevel.hpp"
#include "DiagnosticType.hpp"
namespace ElohimScript::Diagnostics {