]> git.tdb.fi Git - builder.git/blobdiff - source/binarycomponent.h
Remove most container typedefs and refactor others
[builder.git] / source / binarycomponent.h
index 7c8453420b2cd1cbef60f9cf53829507898e577a..c31fff2582eff09ee327ad4021fd3c49b97cea7e 100644 (file)
@@ -22,10 +22,8 @@ public:
        };
 
 private:
-       typedef std::list<const Component *> UseList;
-
        Type type;
-       UseList uses;
+       std::list<const Component *> uses;
 
 public:
        BinaryComponent(SourcePackage &, const std::string &, Type);