aboutsummaryrefslogtreecommitdiff
path: root/print.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-09-23 15:15:48 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-09-23 15:15:48 -0700
commit8e1e6572feabd291cbd5048459c0a58c6460ff91 (patch)
treeadf66d019c271dc58cd9d47abdb7b1b20ab2226f /print.h
parentd20afd10b693180b667ebdb0bfab7b9afabc0b42 (diff)
Moved type defs into their own files instead of types.h
Diffstat (limited to 'print.h')
-rw-r--r--print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.h b/print.h
index 70427a4..b690d69 100644
--- a/print.h
+++ b/print.h
@@ -6,8 +6,8 @@
#include <stdbool.h>
-#include "types.h"
#include "files.h"
+#include "match.h"
#define USE_DEFAULT_CONTEXT -3
#define ALL_CONTEXT -2