~ubuntu-branches/ubuntu/precise/ivtools/precise

« back to all changes in this revision

Viewing changes to src/Time/Time.c

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-05-23 12:42:28 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20080523124228-5j6pysoiflt9sbf9
Tags: 1.1.3-5.4ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - debian/template: retain use of /etc/X11.
  - debian/control: update Maintainer field as per spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
#include <Time/Date.h>
32
32
#include <Time/Time.h>
33
 
#include <iomanip.h>
34
 
 
35
 
#include <stdio.h>
 
33
#include <iomanip>
 
34
#include <iostream>
 
35
 
 
36
#include <cstdio>
 
37
 
 
38
using std::setfill;
 
39
using std::setw;
36
40
 
37
41
const unsigned VERSION =2;
38
42