diff --git a/src/history.rs b/src/history.rs
index 7acc021..5eea309 100644
--- a/src/history.rs
+++ b/src/history.rs
@@ -14,27 +14,26 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see .
-use super::canvas::Canvas;
use im::Vector;
#[derive(Clone, druid::Data)]
-pub struct VersionedCanvas {
+pub struct Versioned {
// We internally guarantee that this vector
// is never empty
- versions: Vector