Update jsontest.cpp

This commit is contained in:
Google AutoFuzz Team 2019-06-24 15:13:53 -04:00 committed by Jordan Bayles
parent c4d1cb1cd1
commit bcc0472621

View File

@ -5,7 +5,6 @@
#define _CRT_SECURE_NO_WARNINGS 1 // Prevents deprecation warning with MSVC
#include "jsontest.h"
#include "fuzz.h"
#include <cstdio>
#include <string>