Browse Source

Minor cleanup of includes in a couple of tests.

tags/json-c-0.14-20200419
Eric Haszlakiewicz 6 years ago
parent
commit
087534c030
2 changed files with 2 additions and 3 deletions
  1. +0
    -1
      tests/test_compare.c
  2. +2
    -2
      tests/test_float.c

+ 0
- 1
tests/test_compare.c View File

@@ -8,7 +8,6 @@

#include "json_inttypes.h"
#include "json_object.h"
#include "json_tokener.h"

int main()
{


+ 2
- 2
tests/test_float.c 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;


Loading…
Cancel
Save