1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Remove LZ4 include from TracyWorker.hpp.

This commit is contained in:
Bartosz Taudul
2019-11-06 01:25:38 +01:00
parent 5d3392428e
commit f53637891a
2 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -12,7 +12,6 @@
#include <thread>
#include <vector>
#include "../common/tracy_lz4.hpp"
#include "../common/TracyForceInline.hpp"
#include "../common/TracyQueue.hpp"
#include "../common/TracyProtocol.hpp"
@@ -610,7 +609,7 @@ private:
bool m_terminate = false;
bool m_crashed = false;
bool m_disconnect = false;
LZ4_streamDecode_t* m_stream;
void* m_stream; // LZ4_streamDecode_t*
char* m_buffer;
int m_bufferOffset;
bool m_onDemand;