From 52536fcb97ef2a903e01a88d5114bc2e53612173 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 9 Feb 2019 07:43:58 +0000 Subject: [PATCH] [ox/std] Remove unused include from assert.hpp --- deps/ox/src/ox/std/assert.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deps/ox/src/ox/std/assert.hpp b/deps/ox/src/ox/std/assert.hpp index 7f9bef36..2eb35087 100644 --- a/deps/ox/src/ox/std/assert.hpp +++ b/deps/ox/src/ox/std/assert.hpp @@ -8,10 +8,6 @@ #pragma once -#if defined(OX_USE_STDLIB) -#include -#endif - #include #include "error.hpp"