diff options
author | Marvin Borner | 2021-07-27 21:10:34 +0200 |
---|---|---|
committer | Marvin Borner | 2021-07-27 21:10:34 +0200 |
commit | bfdc8d2d843c08bd01517256a63518d03da236f6 (patch) | |
tree | 399cfdb73a1716b8d8f6efb1447990f917a9242a /src/inc/lint.h | |
parent | 56c2a240f379ca3d12b1bb5a9950c1663ba33763 (diff) |
Started treeify
Diffstat (limited to 'src/inc/lint.h')
-rw-r--r-- | src/inc/lint.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/inc/lint.h b/src/inc/lint.h deleted file mode 100644 index 9c3f808..0000000 --- a/src/inc/lint.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef LINT_H -#define LINT_H - -#include <context.h> - -void lint(struct ctx *ctx); - -#endif |