separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/

This commit is contained in:
inikep
2016-04-22 12:43:18 +02:00
parent 4699b3be03
commit 23a0889301
35 changed files with 1468 additions and 1216 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
/*-*************************************
* Dependencies
***************************************/
#include "zdict_static.h" /* ZDICT_params_t */
#include "../lib/dictBuilder/zdict_static.h" /* ZDICT_params_t */
/*-*************************************