diff options
| author | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-18 12:17:22 +0200 |
|---|---|---|
| committer | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-18 12:17:22 +0200 |
| commit | c95d6b05559457a4abb693f3fc2e3d5eb54ab05b (patch) | |
| tree | 4bb98d9a73e98534ce957c2db370189c6140cf27 /exec.h | |
| parent | 0916bce4d23c59e3d12df3b216fad62b60e4f155 (diff) | |
coalesce the preproc files
Diffstat (limited to 'exec.h')
| -rw-r--r-- | exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #pragma once #include "utils.h" -#include "parse.h" +#include "preproc.h" typedef struct { |
