~people-project/people-core/deep-refactoring

« back to all changes in this revision

Viewing changes to daemon/service.vala

  • Committer: Ali Sabil
  • Date: 2009-01-16 23:54:23 UTC
  • Revision ID: ali.sabil@gmail.com-20090116235423-9vykp8s823mtnxvd
- Removed all the "using GLib;" statements

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *
19
19
 */
20
20
 
21
 
using GLib;
22
21
using Gee;
23
22
using People;
24
23