Skip to content

Commit 0867fc2

Browse files
committed
chore: Remove unused include statements and recompiled native binaries accordingly.
1 parent d36f5cd commit 0867fc2

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:09f5ea5f27254af909b784b4751c6e678d143ad2aa3666662008b46874a134ff
2+
oid sha256:d4ac82cf01e8c8a3d7258318603bfcecfa5dceabb84341d161e845087bc8330c
33
size 10240
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:00894a3d6a119e83372420fabc846c6aeecf4653bc2c0800dcfc845df5bfd5ba
2+
oid sha256:78d27f8ffc6cb3e754fb62799fd74f81092169ee26dc6b4deadb588609c79780
33
size 103424
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:a0a26218abf0a145153680c4f68cda7daa906cec9b884b937757c3d4fc082446
2+
oid sha256:1ae2e675874bd3ce6f88e6caecdfdb0033e2d0a113b10c35b7e27f6dca6e1e78
33
size 113152
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:ecdfcb8812daf07aa6ad055c5341835c8c42631003e06b74cf327680ad31a9cd
2+
oid sha256:124337d3a9396514ef98287af91bba69805407b66ed93696e35876684f152469
33
size 416256

lib/NativeCode/DynamicLibraryLoaderHelper/NativeRender/dllmain.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,17 @@
2828
#define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING
2929

3030
#include <stdio.h>
31-
#include <assert.h>
3231
#include <stdlib.h>
3332

3433
#include <string>
3534
#include <sstream>
3635
#include <functional>
37-
#include <algorithm>
3836
#include <utility>
3937
#include <filesystem>
4038
#include <optional>
4139
#include <codecvt>
4240
#include <vector>
4341
#include <iostream>
44-
#include <limits>
4542

4643

4744
//#include "eos_minimum_includes.h"
@@ -53,7 +50,6 @@
5350
#endif
5451
#include "eos_sdk.h"
5552
#include "eos_logging.h"
56-
#include "eos_integratedplatform.h"
5753

5854
#include "json.h"
5955

0 commit comments

Comments
 (0)