Minor cleanup of includes in a couple of tests.

This commit is contained in:
Eric Haszlakiewicz
2019-09-08 21:34:13 -04:00
parent d0b87ee87b
commit 087534c030
2 changed files with 2 additions and 3 deletions

View File

@@ -8,7 +8,6 @@
#include "json_inttypes.h"
#include "json_object.h"
#include "json_tokener.h"
int main()
{

View File

@@ -2,8 +2,8 @@
* Released under ASL 2.0 */
#include "config.h"
#include <stdio.h>
#include "../json_object.h"
#include "../json_tokener.h"
#include "json_object.h"
#include "json_tokener.h"
int main(void)
{
json_object *json;