]> git.tdb.fi Git - builder.git/blob - source/misc.h
Move library mode into BuildInfo
[builder.git] / source / misc.h
1 #ifndef MISC_H_
2 #define MISC_H_
3
4 #include <list>
5 #include <map>
6 #include <string>
7 #include <msp/fs/path.h>
8
9 typedef std::list<std::string> StringList;
10 typedef std::list<Msp::FS::Path> PathList;
11 typedef std::map<std::string, std::string> StringMap;
12
13 #endif