X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=json.h;h=bcc712cd4d414b91aeb923ae69c3b9bcd8a4c0b9;hp=d7017e0662ce499c8e01e79a761128fe006382f4;hb=fc220349e45144360917db48010b503a9874930d;hpb=a666cab8ed3d2a2fa782be345425a2e88734a007 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