[ox/model] Remove unused includes

This commit is contained in:
Gary Talent 2022-08-01 21:49:07 -05:00
parent 379c939208
commit 57785ebf99
2 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,6 @@
#include <ox/std/string.hpp> #include <ox/std/string.hpp>
#include <ox/std/typetraits.hpp> #include <ox/std/typetraits.hpp>
#include <ox/std/vector.hpp> #include <ox/std/vector.hpp>
#include <utility>
#include "optype.hpp" #include "optype.hpp"
#include "types.hpp" #include "types.hpp"

View File

@ -6,8 +6,6 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. * file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/ */
#include <ox/std/typeinfo.hpp>
#include "descwrite.hpp" #include "descwrite.hpp"
namespace ox { namespace ox {