]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileInfo.h
one small private fix in mathed, put noncopyable and tie into boost namespace
[lyx.git] / src / support / FileInfo.h
index d52034feff171f37548380b8afea2d0902c8f1cf..41063a9ba5b740c182027375b95fb002d8a83b9e 100644 (file)
 
 #include <ctime>
 
-#include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <unistd.h>
 #include <boost/utility.hpp>
 #include "LString.h"
 
 /** Use objects of this class to get information about files.
  */
-class FileInfo : public noncopyable {
+class FileInfo : public boost::noncopyable {
 public:
        ///
        FileInfo();