mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-27 16:24:07 +02:00
move json* into json/
This commit is contained in:
parent
bd91bfbb45
commit
470aa1797b
@ -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>
|
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "../json.h"
|
||||
#include "../json/json.h"
|
||||
#include "models.h"
|
||||
|
||||
#define DEFINE_MODEL_JSON(TYPE, PREFIX) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user