Refactor headers, distinguish public and private
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
#include <unity.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "uclisp.h"
|
||||
#include "internal.h"
|
||||
#include "utility.h"
|
||||
#include "testing_helpers.h"
|
||||
|
||||
#include "uclisp.h"
|
||||
#include "common.h"
|
||||
#include "scope.h"
|
||||
#include "builtins.h"
|
||||
#include "special.h"
|
||||
|
||||
Reference in New Issue
Block a user