From 8264c87ab885b9e4589d28833d3d6d9fc5162340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 10 Dec 2017 18:44:54 +0000 Subject: [PATCH] Cleanup unnecessary includes. --- src/core/operationrunner.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/operationrunner.cpp b/src/core/operationrunner.cpp index 092e8f4..d24617b 100644 --- a/src/core/operationrunner.cpp +++ b/src/core/operationrunner.cpp @@ -25,9 +25,6 @@ #include #include -#include -#include - /** Constructs an OperationRunner. @param ostack the OperationStack to act on */