~ubuntu-branches/ubuntu/maverick/xosview/maverick

« back to all changes in this revision

Viewing changes to bitfieldmeter.cc

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2010-06-01 20:02:57 UTC
  • mfrom: (6.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100601200257-orz2mey0oilujocu
Tags: 1.8.3+debian-21
* debian/source/format:
  + Added to use source format 3.0 (quilt)
* debian/watch:
  + Fixed dversionmangle format
* Update debian/compat to 7

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
//  This file may be distributed under terms of the GPL
6
6
//
7
7
//
8
 
#ifdef HAVE_FSTREAM
9
8
#include <fstream>
10
 
#else
11
 
#include <fstream.h>
12
 
#endif
13
9
#include <stdlib.h>
14
10
#include "snprintf.h"
15
11
#include "general.h"