add ./ to imports where necessary

R=r
DELTA=51  (4 added, 4 deleted, 43 changed)
OCL=30759
CL=30778
This commit is contained in:
Russ Cox 2009-06-25 20:13:56 -07:00
parent 7de4883412
commit cf370a6206
12 changed files with 15 additions and 15 deletions

View file

@ -4,8 +4,8 @@
package bug1
import "bug1"
import "bug0"
import "./bug1"
import "./bug0"
type T2 struct { t bug0.T }