~ubuntu-branches/ubuntu/jaunty/speech-tools/jaunty

« back to all changes in this revision

Viewing changes to ling_class/item_aux.cc

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2004-07-16 09:25:39 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040716092539-5p1tzif55b8j924e
Tags: 1:1.2.3-8
Added alaw processing code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
/*=======================================================================*/
39
39
#include <stdlib.h>
40
40
#include <stdio.h>
41
 
#include <iostream.h>
42
 
#include <fstream.h>
 
41
#include <iostream>
 
42
#include <fstream>
43
43
#include "ling_class/EST_Item.h"
44
44
#include "ling_class/EST_Item_Content.h"
45
45
#include "ling_class/EST_Relation.h"