/[svn]/libgig/trunk/src/tools/wav2gig.cpp
ViewVC logotype

Diff of /libgig/trunk/src/tools/wav2gig.cpp

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

revision 3980 by schoenebeck, Tue Aug 3 14:37:25 2021 UTC revision 3981 by schoenebeck, Tue Aug 3 15:19:08 2021 UTC
# Line 24  Line 24 
24  #ifdef HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
25  # include <config.h>  # include <config.h>
26  #endif  #endif
27    #include <errno.h>
28    #include <sys/stat.h>
29    #include <dirent.h>
30    #include <string.h>
31  #include <iostream>  #include <iostream>
32  #include <cstdlib>  #include <cstdlib>
33  #include <string>  #include <string>
34  #include <set>  #include <set>
35  #include <map>  #include <map>
36    #include <regex>
37    
38  #if !defined(WIN32)  #if !defined(WIN32)
39  # include <unistd.h>  # include <unistd.h>
# Line 62  Line 66 
66  #else  #else
67  # define DIR_SEPARATOR '/'  # define DIR_SEPARATOR '/'
68  #endif  #endif
 #include <dirent.h>  
   
 #include <regex>  
69    
70  using namespace std;  using namespace std;
71    

Legend:
Removed from v.3980  
changed lines
  Added in v.3981

  ViewVC Help
Powered by ViewVC