]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileInfo.C
lyxserver cleanup patch + andre's small patches
[lyx.git] / src / support / FileInfo.C
index aade9e243a76802474702015aafbfc15345d113b..49b7ba2c21ba4cc50f88af5d724cb7d1b0c23fc0 100644 (file)
@@ -1,11 +1,10 @@
-// -*- C++ -*-
 /* This file is part of
  * ======================================================
  * 
  *           LyX, The Document Processor
  *        
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -15,8 +14,9 @@
 #pragma implementation
 #endif
 
-#include <sys/types.h>
-#include <sys/stat.h>
+//#include <sys/types.h>
+//#include <sys/stat.h>
+
 #include <cerrno>
 #include "FileInfo.h"