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

(synced from 52536fcb97)
This commit is contained in:
2019-02-09 07:43:58 +00:00
parent 2dfc756875
commit 8f766668ef
-4
View File
@@ -8,10 +8,6 @@
#pragma once
#if defined(OX_USE_STDLIB)
#include <iostream>
#endif
#include <ox/__buildinfo/defines.hpp>
#include "error.hpp"