Minor refactoring

Reorders some include directives lexicographically.
This commit is contained in:
Patrick Lühne 2018-04-27 23:34:47 +02:00
parent f7d99c82fa
commit 48cf8ee3e0
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -4,8 +4,8 @@
#include <anthem/ASTCopy.h>
#include <anthem/Equality.h>
#include <anthem/output/AST.h>
#include <anthem/SimplificationVisitors.h>
#include <anthem/output/AST.h>
namespace anthem
{