move json* into json/

This commit is contained in:
SimonFJ20 2025-03-13 17:21:33 +01:00
parent bd91bfbb45
commit 470aa1797b
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#include "json.h"
#include "collection.h"
#include "str_util.h"
#include "../collection.h"
#include "../str_util.h"
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -1,5 +1,5 @@
#include "models.h"
#include "../json.h"
#include "../json/json.h"
#include "../str_util.h"
#include "models_json.h"
#include <assert.h>

View File

@ -1,4 +1,4 @@
#include "../json.h"
#include "../json/json.h"
#include "models.h"
#define DEFINE_MODEL_JSON(TYPE, PREFIX) \