diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-03-18 19:23:38 +0200 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-03-18 20:00:06 +0200 |
commit | 195b0c7d812811287996c3f39cbf5e9ec63da482 (patch) | |
tree | b6b0b39abc0b30c1b8819b2cf50674c77d49c69c /src/lower.c | |
parent | 3d7713b5af2e1229949b31dcce74c7aba1fe042a (diff) | |
download | fwd-195b0c7d812811287996c3f39cbf5e9ec63da482.tar.gz fwd-195b0c7d812811287996c3f39cbf5e9ec63da482.zip |
use generic conts
Diffstat (limited to 'src/lower.c')
-rw-r--r-- | src/lower.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lower.c b/src/lower.c index 8d3e4ea..8849bd1 100644 --- a/src/lower.c +++ b/src/lower.c @@ -9,7 +9,6 @@ #include <fwd/lower.h> #include <fwd/scope.h> -#include <fwd/vec.h> /** @todo semantics in this file are a bit unclear, should probably do some kind * of "each function starts and ends on an indented empty line" or something */ |