]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.cpp
fix a visual cursor edge-case:
[lyx.git] / src / DepTable.cpp
index b37f9141509f41e6d6891de056678fb99980d895..91717b635c6da94074bfc3630fd19211e406de8e 100644 (file)
@@ -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"
 #include <fstream>
 
 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