X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FDepTable.cpp;h=eb2e556d007b705bb1369010ac48aafaee5e952a;hb=f4dc4fb4fd9766be40cc3f9c415437e9c978d2de;hp=b37f9141509f41e6d6891de056678fb99980d895;hpb=9383f4c3c6f9cfab2d658701ba66e2b54cd68bea;p=lyx.git diff --git a/src/DepTable.cpp b/src/DepTable.cpp index b37f914150..eb2e556d00 100644 --- a/src/DepTable.cpp +++ b/src/DepTable.cpp @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * \author Ben Stanley * @@ -15,7 +15,6 @@ #include "DepTable.h" #include "support/debug.h" -#include "support/lyxlib.h" #include "support/filetools.h" #include "support/lstrings.h" #include "support/lyxtime.h" @@ -25,13 +24,10 @@ #include using namespace std; +using namespace lyx::support; namespace lyx { -using support::FileName; -using support::ltrim; -using support::onlyFilename; -using support::suffixIs; inline bool DepTable::dep_info::changed() const