X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=json.h;h=bcc712cd4d414b91aeb923ae69c3b9bcd8a4c0b9;hb=07a2919d7a86607d42f5fb69f1f0ba98097d4d98;hp=d7017e0662ce499c8e01e79a761128fe006382f4;hpb=a666cab8ed3d2a2fa782be345425a2e88734a007;p=fio.git diff --git a/json.h b/json.h index d7017e06..bcc712cd 100644 --- a/json.h +++ b/json.h @@ -3,10 +3,6 @@ #include "lib/output_buffer.h" -struct json_object; -struct json_array; -struct json_pair; - #define JSON_TYPE_STRING 0 #define JSON_TYPE_INTEGER 1 #define JSON_TYPE_FLOAT 2