Refactor headers, distinguish public and private
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
#include <unity.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "uclisp.h"
|
||||
#include "internal.h"
|
||||
#include "testing_helpers.h"
|
||||
|
||||
#include "uclisp.h"
|
||||
#include "common.h"
|
||||
#include "parse.h"
|
||||
|
||||
/* static struct ucl_parse_result *result; */
|
||||
static struct ucl_object *response;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user