/[svn]/linuxsampler/trunk/src/stream.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/stream.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 40 by schoenebeck, Fri Dec 26 16:39:58 2003 UTC revision 41 by schoenebeck, Wed Mar 31 10:28:42 2004 UTC
# Line 23  Line 23 
23  #ifndef __STREAM_H__  #ifndef __STREAM_H__
24  #define __STREAM_H__  #define __STREAM_H__
25    
 #include <unistd.h>  
 #include <stdio.h>  
 #include <stdlib.h>  
 #include <string.h>  
 #include <sys/mman.h>  
 #include <asm/page.h>  
 #include <unistd.h>  
 #include <fcntl.h>  
 #include <sys/stat.h>  
   
26  #include "global.h"  #include "global.h"
27  #include "ringbuffer.h"  #include "ringbuffer.h"
28  #include "gig.h"  #include "gig.h"
29            
30  class Stream {  class Stream {
31      public:      public:
32          // Member Types          // Member Types

Legend:
Removed from v.40  
changed lines
  Added in v.41

  ViewVC Help
Powered by ViewVC