// +build !exclude_graphdriver_vfs
package runtime
import (
_ "github.com/dotcloud/docker/runtime/graphdriver/vfs"
)