#ifndef INCLUDE_TITANIUM_QUAL_MAP_H #define INCLUDE_TITANIUM_QUAL_MAP_H #include #include #include class TreeNode; typedef map< const TreeNode *, qual > QualMap; #endif // !INCLUDE_TITANIUM_QUAL_MAP_H