diff options
Diffstat (limited to 'textproto.ts')
| -rw-r--r-- | textproto.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproto.ts b/textproto.ts index 61ca45a8a..50c0fea9c 100644 --- a/textproto.ts +++ b/textproto.ts @@ -5,7 +5,6 @@ import { BufReader, BufState } from "./bufio.ts"; import { charCode } from "./util.ts"; -import { Headers } from "./headers.ts"; const asciiDecoder = new TextDecoder("ascii"); function str(buf: Uint8Array): string { |
