*: fix non-local-dir includes

these ended up referring to different directories and would break during
source reorganization (or even just including them in different places).

Change-Id: I91e8db04e3d3565efd5920982ed5bc59d2c27058
This commit is contained in:
eldritch horrors
2026-01-14 16:22:08 +00:00
parent e0d6271fc1
commit 14de5fa627
14 changed files with 18 additions and 20 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "eval-settings.hh"
#include "lix/libexpr/eval-settings.hh"
#include "lix/libexpr/nixexpr.hh"
#include "lix/libexpr/parser/change_head.hh"
#include "lix/libexpr/parser/grammar.hh"