// +build !exclude_graphdriver_overlayfs

package daemon

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