~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: 2006-05-29 15:23:03 UTC
  • mfrom: (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20060529152303-m1nyh4gf9b9few04
Tags: 0.7-27
* debian/control:
  + Removed the wing/wing-data circular dependency.
  + Set policy to 3.7.2.

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>
32
 
#include <fstream>
 
31
#include <iostream.h>
 
32
#include <fstream.h>
33
33
#include <string.h>
34
34
#include "util.h"
35
35
#include "additional/apvector.h"
69
69
      apvector <ScoreTYPE> list;
70
70
};
71
71
 
 
72
#include "scorelisttype.cpp"
72
73
#endif