summary refs log tree commit diff
path: root/parse.h
diff options
context:
space:
mode:
authorwrmr2024-11-03 12:49:38 -0500
committerwrmr2024-11-03 12:49:38 -0500
commit9faead33740e7b5b847478518fd3a270a2aa5c2a (patch)
treedcf3b0e397bcec261341c598a20621c52b13ef87 /parse.h
parentce088cbf9c3a73e9f9ed3012d31dd6e989d86052 (diff)
some refactoring to disconnect doc_type from networking
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.h b/parse.h
index 4f19285..460c275 100644
--- a/parse.h
+++ b/parse.h
@@ -1,7 +1,6 @@
 #ifndef PARSE_H
 #define PARSE_H
 
-#include "net.h"
 #include "doc.h"
 #include "buf.h"