X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FDepTable.h;h=e7655bc79f17d7631b927a8f81f44a52773dafc3;hb=f360c39690150b6ff9116ff56c39c3a0e0a92fd2;hp=9f2bdf24bba3e888c3d0ede261aa08e8539e0baf;hpb=85798535a19919e82cc94a177a8414c542a9c5bf;p=lyx.git diff --git a/src/DepTable.h b/src/DepTable.h index 9f2bdf24bb..e7655bc79f 100644 --- a/src/DepTable.h +++ b/src/DepTable.h @@ -4,9 +4,9 @@ * * LyX, The Document Processor * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team. + * Copyright 1995-2001 The LyX Team. * - * This file is Copyright 1996-2000 + * This file is Copyright 1996-2001 * Lars Gullik Bjønnes * * ====================================================== @@ -22,9 +22,6 @@ #pragma interface #endif -using std::map; -using std::pair; - /// class DepTable { public: @@ -54,8 +51,8 @@ public: void remove_files_with_extension(string const &); private: /// - typedef map > DepList; + typedef std::map > DepList; /// DepList deplist; };