summaryrefslogtreecommitdiff
path: root/json.h
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2014-05-03 22:29:10 -0400
committerEric Haszlakiewicz <erh+git@nimenees.com>2014-05-04 22:33:26 -0400
commitd4e81f9ec8273914739808737fa0a27a3f0589fb (patch)
tree43c0763e296e9c763457fad9fd5b338ea36cfb35 /json.h
parent1da0599e0ebd60a5038c0a43345fdb249a5a3ea3 (diff)
Move the json_min() and json_max() macros to json_util.h and mark everything else in bits.h deprecated.
Eliminate all uses of bits.h within the json-c code.
Diffstat (limited to 'json.h')
-rw-r--r--json.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/json.h b/json.h
index 4339b20..e198f5d 100644
--- a/json.h
+++ b/json.h
@@ -17,7 +17,6 @@
extern "C" {
#endif
-#include "bits.h"
#include "debug.h"
#include "linkhash.h"
#include "arraylist.h"