X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FDepTable.h;h=675191b08dd100f2ce331e1c520f9f6cba87890d;hb=ebfcf1c0e72288b7131607af0330500c8739cead;hp=f19599962933c6726e1296ef0a3af6c9b408705e;hpb=132fe5e1322fbc86a32692df51eba78d6b4e479c;p=lyx.git diff --git a/src/DepTable.h b/src/DepTable.h index f195999629..675191b08d 100644 --- a/src/DepTable.h +++ b/src/DepTable.h @@ -17,8 +17,6 @@ #include "LString.h" #include -using std::map; -using std::pair; #ifdef __GNUG__ #pragma interface @@ -53,7 +51,8 @@ public: void remove_files_with_extension(string const &); private: /// - typedef map > DepList; + typedef std::map > DepList; /// DepList deplist; };