diff --git a/source/org/jivesoftware/smackx/pubsub/Item.java b/source/org/jivesoftware/smackx/pubsub/Item.java index 117463f9e..2ce0baac5 100644 --- a/source/org/jivesoftware/smackx/pubsub/Item.java +++ b/source/org/jivesoftware/smackx/pubsub/Item.java @@ -13,10 +13,9 @@ */ package org.jivesoftware.smackx.pubsub; +import org.jivesoftware.smack.packet.Message; import org.jivesoftware.smackx.pubsub.provider.ItemProvider; -import com.sun.corba.se.impl.protocol.giopmsgheaders.Message; - /** * This class represents an item that has been, or will be published to a * pubsub node. An Item has several properties that are dependent