Clean up unused includes

Some late spring cleaning ...
This commit is contained in:
Florian Müllner
2010-06-30 14:42:36 +02:00
parent cc0de39725
commit 4632db177a
28 changed files with 0 additions and 74 deletions

View File

@ -1,9 +1,6 @@
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
const Clutter = imports.gi.Clutter;
const GdkPixbuf = imports.gi.GdkPixbuf;
const Gdk = imports.gi.Gdk;
const Gtk = imports.gi.Gtk;
const Lang = imports.lang;
const Mainloop = imports.mainloop;
const Meta = imports.gi.Meta;