X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanalyzer.h;h=373150b847690039a77e402a737e5d57c8bdef9f;hb=c5169863e1ec3060d3bdc3b8c0317710ce8c3ee3;hp=3e7aff0311511adc3682d8218be17e3088daeb1f;hpb=1dbeace0c44127bee08a3a8b231f4c8dcf707b2c;p=builder.git diff --git a/source/analyzer.h b/source/analyzer.h index 3e7aff0..373150b 100644 --- a/source/analyzer.h +++ b/source/analyzer.h @@ -2,6 +2,7 @@ #define ANALYZER_H_ #include +#include #include #include #include @@ -24,12 +25,11 @@ public: }; private: - typedef std::vector TableRow; - typedef std::list Table; + using TableRow = std::vector; Builder &builder; Mode mode; - Table table; + std::list table; unsigned max_depth; bool full_paths; std::map > rdepends;