// +build !exclude_graphdriver_btrfs

package daemon

import (
	_ "github.com/docker/docker/daemon/graphdriver/btrfs"
)