]> git.lyx.org Git - lyx.git/blobdiff - src/support/socktools.h
Unbreak citing from bibliography environment
[lyx.git] / src / support / socktools.h
index 22a542c558c6bbc15d4a2e1f839b9746483f9fc7..7ec155ed1807a2623e88ac31681d90b6902f0126 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author João Luis M. Assirati
+ * \author João Luis M. Assirati
  *
  * Full author contact details are available in file CREDITS.
  */
 #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