]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.h
Rename BufferView::updateScrollbar to show what does
[lyx.git] / src / DepTable.h
index 7f687ccec233083ff62d2f79d06db74e7733ed53..13498b7593b2203beb60a13d73e1b3311d7778d9 100644 (file)
 #ifndef DEP_TABLE_H
 #define DEP_TABLE_H
 
-#include "support/FileName.h"
-
+#include <ctime>
 #include <map>
 #include <string>
 
 
 namespace lyx {
 
+namespace support { class FileName; }
+
 ///
 class DepTable {
 public:
@@ -58,7 +59,7 @@ private:
                /// Current CRC value - only re-computed if mtime has changed.
                unsigned long crc_cur;
                /// mtime from last time current CRC was calculated.
-               long mtime_cur;
+               std::time_t mtime_cur;
                ///
                bool changed() const;
        };