Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-07-02 17:19:54 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-07-02 17:19:54 +0300
commitfa9e7c02bc5954046175b277e55407dc25d3ab69 (patch)
treeab390aa7d23187c0fbf50dbed8264231124e8ecb /common
parenta46d3992a295e14439ed54557f32d15ffc481228 (diff)
No force inlines in TracySocket.
Diffstat (limited to 'common')
-rw-r--r--common/TracySocket.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/TracySocket.hpp b/common/TracySocket.hpp
index 01d1a6fa..4b3075e2 100644
--- a/common/TracySocket.hpp
+++ b/common/TracySocket.hpp
@@ -5,8 +5,6 @@
#include <stddef.h>
#include <stdint.h>
-#include "TracyForceInline.hpp"
-
struct addrinfo;
struct sockaddr;