Remove unnecessary include directives

This commit is contained in:
Patrick Lühne 2018-04-28 00:16:55 +02:00
parent e0509f725a
commit 921d5ed4f0
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 0 additions and 7 deletions

View File

@ -1,13 +1,6 @@
#ifndef __ANTHEM__UTILS_H
#define __ANTHEM__UTILS_H
#include <iostream>
#include <clingo.hh>
#include <anthem/Context.h>
#include <anthem/Location.h>
namespace anthem
{