]> www.fi.muni.cz Git - evince.git/blobdiff - cut-n-paste/totem-screensaver/totem-scrsaver.h
Small cleanup
[evince.git] / cut-n-paste / totem-screensaver / totem-scrsaver.h
index 3d3dbe1bbf8c0076eb63884115b5ee455bab5b75..f3301c8ea0fc80dd9419e17998c926c1dc52b7f0 100644 (file)
@@ -22,8 +22,7 @@
 #ifndef TOTEM_SCRSAVER_H
 #define TOTEM_SCRSAVER_H
 
-#include <glib.h>
-#include <gio/gio.h>
+#include <glib-object.h>
 
 G_BEGIN_DECLS
 
@@ -43,7 +42,7 @@ struct TotemScrsaver {
 };
 
 struct TotemScrsaverClass {
-       GObjectClass parent_class; 
+       GObjectClass parent_class;
 };
 
 GType totem_scrsaver_get_type          (void) G_GNUC_CONST;