[ox/std] Remove unused include from assert.hpp

This commit is contained in:
Gary Talent 2019-02-09 07:43:58 +00:00
parent 1a2733f5ce
commit 52536fcb97

View File

@ -8,10 +8,6 @@
#pragma once
#if defined(OX_USE_STDLIB)
#include <iostream>
#endif
#include <ox/__buildinfo/defines.hpp>
#include "error.hpp"