]> git.lyx.org Git - lyx.git/blobdiff - src/support/userinfo.C
Remove executable status info from typeIndicator.
[lyx.git] / src / support / userinfo.C
index 7ecbc16b6bfe613c7b959cd4d2e01edf186a4934..0225f5d29de592417463c119635978415768562a 100644 (file)
@@ -10,8 +10,8 @@
 
 #include <config.h>
 
-#include "userinfo.h"
-#include "filetools.h"
+#include "support/userinfo.h"
+#include "support/filetools.h"
 
 #include <boost/assert.hpp>
 
@@ -19,6 +19,8 @@
 #include <unistd.h>
 #include <sys/types.h>
 
+using std::string;
+
 namespace lyx {
 namespace support {