]> mj.ucw.cz Git - libucw.git/commitdiff
JSON: Remove unused includes
authorMartin Mares <mj@ucw.cz>
Wed, 8 Jul 2015 21:23:26 +0000 (23:23 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 8 Jul 2015 21:23:26 +0000 (23:23 +0200)
ucw-json/json.h

index 16c4a93208f70e306e13552c8f1933be3e312a89..f361c95b762d16a141515c749d339389a89e2bd5 100644 (file)
@@ -10,8 +10,6 @@
 #ifndef _UCW_JSON_JSON_H
 #define _UCW_JSON_JSON_H
 
-#include <ucw/clists.h>
-#include <ucw/slists.h>
 #include <ucw/mempool.h>
 #include <ucw/fastbuf.h>