Organized imports
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.monitor.core / src / net / sourceforge / phpdt / monitor / core / internal / IMemento.java
index 25f0e77..10426d8 100644 (file)
@@ -11,6 +11,9 @@
 package net.sourceforge.phpdt.monitor.core.internal;
 
 import java.util.List;
+
+import org.eclipse.ui.IElementFactory;
+import org.eclipse.ui.IPersistableElement;
 /**
  * Interface to a memento used for saving the important state of an object
  * in a form that can be persisted in the file system.