aboutsummaryrefslogtreecommitdiff
path: root/ide/undo.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ide/undo.ml')
-rw-r--r--ide/undo.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ide/undo.ml b/ide/undo.ml
index 1b6beeb243..917fc88160 100644
--- a/ide/undo.ml
+++ b/ide/undo.ml
@@ -7,7 +7,6 @@
(************************************************************************)
open GText
-open Ideutils
type action =
| Insert of string * int * int (* content*pos*length *)
| Delete of string * int * int (* content*pos*length *)