diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2024-07-14 10:26:58 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2024-07-14 10:26:58 +0200 |
| commit | c125c108d9228b6cb0589011df5f59fc8ee27333 (patch) | |
| tree | 0b0785d1337ce64a61ab0af61f1026ab94d0947e | |
| parent | 1168c8ab426105bcd1b65aaf1f62c7a6144b0ae8 (diff) | |
Verwijder overbodige includes in omd
| -rw-r--r-- | src/omd.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,12 +1,9 @@ #include <stdio.h> -#include <stdbool.h> #include <stdlib.h> -#include <string.h> #include <unistd.h> #include "io/lines.h" #include "util/versie.h" -#include "util/error.h" -#include "util/debug.h" + static void usage(FILE *f) { fprintf(f, |
