summaryrefslogtreecommitdiff
path: root/node/Packet.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-01-19 15:16:04 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-01-19 15:16:04 -0800
commit0995c1dcaa02a61a65e447f56aec1353885530df (patch)
treeed77ff6e701fcefea259df8b233bf9f54c57bfaf /node/Packet.hpp
parent7612bf3302eef8a49658eaeca09504be588f6398 (diff)
downloadinfinitytier-0995c1dcaa02a61a65e447f56aec1353885530df.tar.gz
infinitytier-0995c1dcaa02a61a65e447f56aec1353885530df.zip
Encapsulate LZ4 in Packet.cpp to eliminate dependency.
Diffstat (limited to 'node/Packet.hpp')
-rw-r--r--node/Packet.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp
index 0ac5d9d3..0be19f8a 100644
--- a/node/Packet.hpp
+++ b/node/Packet.hpp
@@ -37,7 +37,7 @@
//#ifdef ZT_USE_SYSTEM_LZ4
//#include <lz4.h>
//#else
-#include "../ext/lz4/lz4.h"
+//#include "../ext/lz4/lz4.h"
//#endif
/**