~ubuntu-branches/ubuntu/intrepid/wing/intrepid

« back to all changes in this revision

Viewing changes to scorelisttype.h

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2003-10-02 16:28:06 UTC
  • Revision ID: james.westby@ubuntu.com-20031002162806-7l2t9hy4eq6putz3
Tags: 0.7-20
* debian/control:
  + Set policy to 3.6.1.0.
  + Wrote more meaningful long descriptions (Closes: #210137).

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#ifndef _SCORELISTTYPE_H
29
29
#define _SCORELISTTYPE_H
30
30
 
31
 
#include <iostream.h>
32
 
#include <fstream.h>
 
31
#include <iostream>
 
32
#include <fstream>
33
33
#include <string.h>
34
34
#include "util.h"
35
35
#include "additional/apvector.h"