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

« back to all changes in this revision

Viewing changes to src/math-converter.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:
8
8
 * license.
9
9
 */
10
10
 
 
11
#ifdef HAVE_CONFIG_H
 
12
#include <config.h>
 
13
#endif
 
14
 
11
15
#include <glib/gi18n.h>
12
16
 
13
17
#include "math-converter.h"