X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FDepTable.cpp;h=91717b635c6da94074bfc3630fd19211e406de8e;hb=4056f0ddb150d0e5d60bc5941d51e365eed0ac86;hp=b37f9141509f41e6d6891de056678fb99980d895;hpb=9383f4c3c6f9cfab2d658701ba66e2b54cd68bea;p=lyx.git diff --git a/src/DepTable.cpp b/src/DepTable.cpp index b37f914150..91717b635c 100644 --- a/src/DepTable.cpp +++ b/src/DepTable.cpp @@ -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