summaryrefslogtreecommitdiffstats
path: root/languages/cpp/includefiles.h
blob: 5fe9a3393c5b4ef1d53c177cbb48c7b0723ee137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef INCLUDE_FILES_H
#define INCLUDE_FILES_H

#include<hashedstring.h>

typedef HashedStringSet IncludeFiles;

class PathFileSearch {
public:
private:
  
};

#endif