]> git.sesse.net Git - nageru/blobdiff - nageru/disk_space_estimator.h
Combine timebase.h from Nageru and Futatabi.
[nageru] / nageru / disk_space_estimator.h
index 73b392cc586e43c57c82fa4c6195d20d294c82bf..ce81321638e2350adc9626d2d347fa8c3daa0b2e 100644 (file)
@@ -16,7 +16,7 @@
 #include <functional>
 #include <string>
 
-#include "timebase.h"
+#include "shared/timebase.h"
 
 class DiskSpaceEstimator
 {
@@ -30,7 +30,7 @@ public:
        // responsible for writing to the stream on disk.
        //
        // If the filename changed since last time, the estimation is reset.
-       // <pts> is taken to be in TIMEBASE units (see timebase.h).
+       // <pts> is taken to be in TIMEBASE units (see shared/timebase.h).
        void report_write(const std::string &filename, uint64_t pts);
 
 private: