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