wasm: header include cleanup

Change-Id: Ia6396d9e10b9597602a88fced932c27c329b394b
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
pull/7810/head
Ashod Nakashian 2023-12-02 12:43:32 -05:00 committed by Caolán McNamara
parent a96f8a0f92
commit 87fdb4a185
2 changed files with 7 additions and 16 deletions

View File

@ -9,8 +9,15 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <config.h>
#include "wasmapp.hpp"
#include <FakeSocket.hpp>
#include <Log.hpp>
#include <COOLWSD.hpp>
#include <Util.hpp>
#include "base64.hpp"
#include <emscripten/fetch.h>

View File

@ -9,22 +9,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <config.h>
#include <chrono>
#include <thread>
#include <FakeSocket.hpp>
#include <Kit.hpp>
#include <Log.hpp>
#include <COOLWSD.hpp>
#include <Protocol.hpp>
#include <SetupKitEnvironment.hpp>
#include <Util.hpp>
#include <LibreOfficeKit/LibreOfficeKit.hxx>
#include <Poco/Base64Encoder.h>
#if WASMAPP
#include <emscripten.h>
#include <emscripten/bind.h>