]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileInfo.h
remove !NEW_INSETS cruft
[lyx.git] / src / support / FileInfo.h
index d52034feff171f37548380b8afea2d0902c8f1cf..8f965731ceb43c6945fb4c48440309b63011967e 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 : boost::noncopyable {
 public:
        ///
        FileInfo();