]> git.lyx.org Git - lyx.git/blobdiff - src/support/socktools.h
Replace the text class shared ptr by good old index-into-global-list.
[lyx.git] / src / support / socktools.h
index 22a542c558c6bbc15d4a2e1f839b9746483f9fc7..36d086b082ef94eeda9359816578a0dd8d7703dd 100644 (file)
 #ifndef SOCKTOOLS_H
 #define SOCKTOOLS_H
 
-#include <string>
-
 namespace lyx {
 namespace support {
+
+class FileName;
+
 namespace socktools {
 
-int listen(std::string const &, int);
+int listen(FileName const &, int);
 int accept(int);
 
 } // namespace socktools