mirror of
https://github.com/json-c/json-c.git
synced 2026-04-10 15:59:07 +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_inttypes.h"
|
||||||
#include "json_object.h"
|
#include "json_object.h"
|
||||||
#include "json_tokener.h"
|
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
* Released under ASL 2.0 */
|
* Released under ASL 2.0 */
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "../json_object.h"
|
#include "json_object.h"
|
||||||
#include "../json_tokener.h"
|
#include "json_tokener.h"
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
json_object *json;
|
json_object *json;
|
||||||
|
|||||||
Reference in New Issue
Block a user