From 18bf586d553f46534f327281658e4b92bbbbab9a Mon Sep 17 00:00:00 2001 From: obscuren Date: Sun, 14 Sep 2014 13:28:28 +0200 Subject: [PATCH] Removed --- ethereal/gui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereal/gui.go b/ethereal/gui.go index 0b1b322ad..208157d69 100644 --- a/ethereal/gui.go +++ b/ethereal/gui.go @@ -1,6 +1,5 @@ package main -// #include "/Users/jeffrey/go/src/github.com/go-qml/qml/cpp/capi.h" import "C" import ( @@ -13,6 +12,7 @@ import ( "strconv" "strings" "time" + "github.com/ethereum/eth-go" "github.com/ethereum/eth-go/ethchain" "github.com/ethereum/eth-go/ethdb"