From 87fdb4a1850b2071e4b687adc0ee66133c79241a Mon Sep 17 00:00:00 2001 From: Ashod Nakashian Date: Sat, 2 Dec 2023 12:43:32 -0500 Subject: [PATCH] wasm: header include cleanup Change-Id: Ia6396d9e10b9597602a88fced932c27c329b394b Signed-off-by: Ashod Nakashian --- wasm/wasmapp.cpp | 7 +++++++ wasm/wasmapp.hpp | 16 ---------------- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/wasm/wasmapp.cpp b/wasm/wasmapp.cpp index 5012a78930..e4db1b5663 100644 --- a/wasm/wasmapp.cpp +++ b/wasm/wasmapp.cpp @@ -9,8 +9,15 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include + #include "wasmapp.hpp" +#include +#include +#include +#include + #include "base64.hpp" #include diff --git a/wasm/wasmapp.hpp b/wasm/wasmapp.hpp index fc504d331a..7e616988f3 100644 --- a/wasm/wasmapp.hpp +++ b/wasm/wasmapp.hpp @@ -9,22 +9,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include - -#include -#include - -#include -#include -#include -#include -#include -#include -#include - -#include -#include - #if WASMAPP #include #include