Refactor headers, distinguish public and private
This commit is contained in:
@@ -2,11 +2,9 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#include "uclisp.h"
|
||||
#include "internal.h"
|
||||
#include "utility.h"
|
||||
#include "common.h"
|
||||
#include "scope.h"
|
||||
|
||||
// TODO: remove string.h
|
||||
#include <string.h>
|
||||
|
||||
struct ucl_object *ucl_evaluate_builtin_form(struct ucl_scope *scope, struct ucl_object *list) {
|
||||
|
||||
Reference in New Issue
Block a user