Remove unused ostream

This commit is contained in:
Alexander Shabalin
2021-05-31 16:59:58 +03:00
committed by Space
parent b72aa76415
commit 825b77cc82
2 changed files with 1 additions and 8 deletions
@@ -17,7 +17,6 @@
#ifndef RUNTIME_MEMORY_H
#define RUNTIME_MEMORY_H
#include <ostream>
#include <utility>
#include "KAssert.h"