summaryrefslogtreecommitdiffstats
path: root/languages/cpp/includefiles.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/includefiles.h')
-rw-r--r--languages/cpp/includefiles.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/languages/cpp/includefiles.h b/languages/cpp/includefiles.h
new file mode 100644
index 00000000..5fe9a339
--- /dev/null
+++ b/languages/cpp/includefiles.h
@@ -0,0 +1,14 @@
+#ifndef INCLUDE_FILES_H
+#define INCLUDE_FILES_H
+
+#include<hashedstring.h>
+
+typedef HashedStringSet IncludeFiles;
+
+class PathFileSearch {
+public:
+private:
+
+};
+
+#endif