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

« back to all changes in this revision

Viewing changes to src/financial.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-07-11 21:41:18 UTC
  • mfrom: (1.3.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20110711214118-q9tn33yxjw8eflzp
Tags: 6.1.3-0ubuntu1
* New upstream version
* debian/rules: drop the deprecated --with-gtk

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
 
 
16
12
#include <glib/gi18n.h>
17
13
 
18
14
#include "financial.h"