~ubuntu-branches/ubuntu/precise/gcalctool/precise-proposed

« back to all changes in this revision

Viewing changes to src/unit-manager.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-24 15:36:24 UTC
  • mfrom: (1.3.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20110524153624-7a3zxj3hvtysmmi8
Tags: 6.0.2-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 * license.
10
10
 */
11
11
 
 
12
#ifdef HAVE_CONFIG_H
 
13
#include <config.h>
 
14
#endif
 
15
 
12
16
#include <string.h>
13
17
#include <glib/gi18n.h> // FIXME: Move out of here
14
18