diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2015-05-09 02:22:33 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2015-07-10 00:10:51 +0200 |
commit | ccfe04a0a2b64c2bdfd10c4a0aadf61847001eae (patch) | |
tree | d7b0e9aab9f4c81c58121c5b06411b25a2efba00 /lib/jsoncpp/include/json/forwards.h | |
parent | Updated luaexpat (diff) | |
download | cuberite-ccfe04a0a2b64c2bdfd10c4a0aadf61847001eae.tar cuberite-ccfe04a0a2b64c2bdfd10c4a0aadf61847001eae.tar.gz cuberite-ccfe04a0a2b64c2bdfd10c4a0aadf61847001eae.tar.bz2 cuberite-ccfe04a0a2b64c2bdfd10c4a0aadf61847001eae.tar.lz cuberite-ccfe04a0a2b64c2bdfd10c4a0aadf61847001eae.tar.xz cuberite-ccfe04a0a2b64c2bdfd10c4a0aadf61847001eae.tar.zst cuberite-ccfe04a0a2b64c2bdfd10c4a0aadf61847001eae.zip |
Diffstat (limited to '')
-rw-r--r-- | lib/jsoncpp/include/json/forwards.h | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/lib/jsoncpp/include/json/forwards.h b/lib/jsoncpp/include/json/forwards.h deleted file mode 100644 index d0ce8300c..000000000 --- a/lib/jsoncpp/include/json/forwards.h +++ /dev/null @@ -1,39 +0,0 @@ -#ifndef JSON_FORWARDS_H_INCLUDED -# define JSON_FORWARDS_H_INCLUDED - -# include "config.h" - -namespace Json { - - // writer.h - class FastWriter; - class StyledWriter; - - // reader.h - class Reader; - - // features.h - class Features; - - // value.h - typedef int Int; - typedef unsigned int UInt; - class StaticString; - class Path; - class PathArgument; - class Value; - class ValueIteratorBase; - class ValueIterator; - class ValueConstIterator; -#ifdef JSON_VALUE_USE_INTERNAL_MAP - class ValueAllocator; - class ValueMapAllocator; - class ValueInternalLink; - class ValueInternalArray; - class ValueInternalMap; -#endif // #ifdef JSON_VALUE_USE_INTERNAL_MAP - -} // namespace Json - - -#endif // JSON_FORWARDS_H_INCLUDED |