mirror of
https://github.com/json-c/json-c.git
synced 2026-03-25 16:09:06 +08:00
Minor cleanup of includes in a couple of tests.
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
#include "json_inttypes.h"
|
||||
#include "json_object.h"
|
||||
#include "json_tokener.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user