summaryrefslogtreecommitdiffstats
path: root/test/json.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-08 14:35:35 +0100
committerwm4 <wm4@nowhere>2019-11-08 20:34:07 +0100
commita6c8b4efa59628a755755c510aa9ee6db2728fb9 (patch)
tree2a5af32fad4748cae5504462ccb855682d950a1d /test/json.c
parent98b38b04c9f771562cdf262c6fa49734a318f5ce (diff)
downloadmpv-a6c8b4efa59628a755755c510aa9ee6db2728fb9.tar.bz2
mpv-a6c8b4efa59628a755755c510aa9ee6db2728fb9.tar.xz
test: merge test_helpers.c and index.c
No need to keep them separate. Originally I thought index.c was only going to contain the list of tests, but that didn't happen.
Diffstat (limited to 'test/json.c')
-rw-r--r--test/json.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/json.c b/test/json.c
index 9997cdc892..e95f88c972 100644
--- a/test/json.c
+++ b/test/json.c
@@ -1,8 +1,7 @@
#include "common/common.h"
-#include "index.h"
#include "misc/json.h"
#include "misc/node.h"
-#include "test_helpers.h"
+#include "tests.h"
struct entry {
const char *src;