diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-09-23 15:15:48 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-09-23 15:15:48 -0700 |
| commit | 8e1e6572feabd291cbd5048459c0a58c6460ff91 (patch) | |
| tree | adf66d019c271dc58cd9d47abdb7b1b20ab2226f /print.c | |
| parent | d20afd10b693180b667ebdb0bfab7b9afabc0b42 (diff) | |
Moved type defs into their own files instead of types.h
Diffstat (limited to 'print.c')
| -rw-r--r-- | print.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,6 @@ #include "files.h" #include "match.h" #include "print.h" -#include "types.h" #include "utils.h" static const char *color_match = "\033[0;31;1m"; |
