aboutsummaryrefslogtreecommitdiff
path: root/boot/dependency.cc
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-07-17 13:49:20 +0200
committerEugen Wissner <belka@caraus.de>2026-07-17 13:49:20 +0200
commit44a0c221d51c9aa036b47b218a6caea4424f5996 (patch)
tree0a83ceb4b938b893f393f647e355546d24b65dd4 /boot/dependency.cc
parenta0e1740227535adc3151c02eb102c4f96b4f9731 (diff)
downloadelna-44a0c221d51c9aa036b47b218a6caea4424f5996.tar.gz
Handle const Pointer as const pointer to const data
Diffstat (limited to 'boot/dependency.cc')
-rw-r--r--boot/dependency.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot/dependency.cc b/boot/dependency.cc
index 84fd800..ada0bac 100644
--- a/boot/dependency.cc
+++ b/boot/dependency.cc
@@ -22,7 +22,8 @@ along with GCC; see the file COPYING3. If not see
#include <string.h>
#include "elna/boot/driver.h"
-#include "elna/boot/semantic.h"
+#include "elna/boot/name_analysis.h"
+#include "elna/boot/type_check.h"
#include "parser.hh"
namespace elna::boot