Removed unused/duplicated/deprecated includes.
[python-purple] / protocol.pyx
index 08c1e36..afde2cc 100644 (file)
 #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-cimport purple
+cimport glib
+
+cimport accountopt
+cimport plugin
+cimport prefs
+cimport prpl
+
+cdef extern from *:
+    ctypedef char const_char "const char"
 
 cdef class Protocol:
     """