From 702f1f8715673d54dc61b1b523914c631d26dd8e Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Mon, 29 Nov 2021 03:44:52 -0600 Subject: [PATCH] [ox/std] Remove iostream include from vector.hpp (synced from 457b97afba5d8de7f8fc9a77ee3f862b856e4276) --- src/ox/std/vector.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ox/std/vector.hpp b/src/ox/std/vector.hpp index 6b2dd8400..580d50f0e 100644 --- a/src/ox/std/vector.hpp +++ b/src/ox/std/vector.hpp @@ -8,8 +8,6 @@ #pragma once -#include - #include "bit.hpp" #include "initializerlist.hpp" #include "iterator.hpp"