From fa3617a554c73468b0d6271c5c9c00a0564909b1 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 16 Apr 2025 20:37:48 -0500 Subject: [PATCH] [jasper/world/keel] Cleanup --- src/jasper/modules/world/src/keel/typeconv.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/jasper/modules/world/src/keel/typeconv.cpp b/src/jasper/modules/world/src/keel/typeconv.cpp index 484e029..00fb7b0 100644 --- a/src/jasper/modules/world/src/keel/typeconv.cpp +++ b/src/jasper/modules/world/src/keel/typeconv.cpp @@ -2,9 +2,6 @@ * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ -#include -#include - #include "typeconv.hpp" namespace jasper::world {