core: Move v.io/v23/vdl/vdlroot/src/... to v.io/v23/vdlroot/...
MultiPart: 2/7
Change-Id: If710167ab0d36cf57fc4cdd81ec1d1d503bec4cd
diff --git a/runtimes/google/ipc/reserved.go b/runtimes/google/ipc/reserved.go
index 409ca18..2ff4003 100644
--- a/runtimes/google/ipc/reserved.go
+++ b/runtimes/google/ipc/reserved.go
@@ -10,7 +10,7 @@
"v.io/v23/security"
"v.io/v23/services/security/access"
"v.io/v23/vdl"
- "v.io/v23/vdl/vdlroot/src/signature"
+ "v.io/v23/vdlroot/signature"
"v.io/v23/vlog"
"v.io/core/veyron/lib/glob"
diff --git a/runtimes/google/ipc/signature_test.go b/runtimes/google/ipc/signature_test.go
index 24b5cd6..1b95c8c 100644
--- a/runtimes/google/ipc/signature_test.go
+++ b/runtimes/google/ipc/signature_test.go
@@ -11,7 +11,7 @@
"v.io/v23/ipc/reserved"
"v.io/v23/naming"
"v.io/v23/vdl"
- "v.io/v23/vdl/vdlroot/src/signature"
+ "v.io/v23/vdlroot/signature"
"v.io/core/veyron/lib/testutil"
_ "v.io/core/veyron/profiles"
diff --git a/services/mgmt/device/impl/proxy_invoker.go b/services/mgmt/device/impl/proxy_invoker.go
index 0c65d06..e1dccde 100644
--- a/services/mgmt/device/impl/proxy_invoker.go
+++ b/services/mgmt/device/impl/proxy_invoker.go
@@ -9,7 +9,7 @@
"v.io/v23/naming"
"v.io/v23/services/security/access"
"v.io/v23/vdl"
- "v.io/v23/vdl/vdlroot/src/signature"
+ "v.io/v23/vdlroot/signature"
)
// proxyInvoker is an ipc.Invoker implementation that proxies all requests
diff --git a/tools/vrpc/vrpc.go b/tools/vrpc/vrpc.go
index 222a6de..a84dc5d 100644
--- a/tools/vrpc/vrpc.go
+++ b/tools/vrpc/vrpc.go
@@ -19,7 +19,7 @@
"v.io/v23/vdl/build"
"v.io/v23/vdl/codegen/vdlgen"
"v.io/v23/vdl/compile"
- "v.io/v23/vdl/vdlroot/src/signature"
+ "v.io/v23/vdlroot/signature"
_ "v.io/core/veyron/profiles"
)