git: 9front

Download patch

ref: 1f1085ea02271a3acd39a4d193107810b1612150
parent: 922a2951b17e30c986a811db71eabb91365c405a
author: BurnZeZ <brz-9dev@intma.in>
date: Thu Sep 11 08:47:04 EDT 2014

acme: remove unused #include

--- a/sys/src/cmd/acme/look.c
+++ b/sys/src/cmd/acme/look.c
@@ -7,7 +7,6 @@
 #include <keyboard.h>
 #include <frame.h>
 #include <fcall.h>
-#include <regexp.h>
 #include <plumb.h>
 #include "dat.h"
 #include "fns.h"
--