X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fdisk_space_estimator.h;h=ce81321638e2350adc9626d2d347fa8c3daa0b2e;hb=af8007aa958271ba16b15e7d11a891570488f6c9;hp=73b392cc586e43c57c82fa4c6195d20d294c82bf;hpb=b563b8903fa84bb7fd62d7d0b84b70cb26843dbf;p=nageru diff --git a/nageru/disk_space_estimator.h b/nageru/disk_space_estimator.h index 73b392c..ce81321 100644 --- a/nageru/disk_space_estimator.h +++ b/nageru/disk_space_estimator.h @@ -16,7 +16,7 @@ #include #include -#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. - // is taken to be in TIMEBASE units (see timebase.h). + // is taken to be in TIMEBASE units (see shared/timebase.h). void report_write(const std::string &filename, uint64_t pts); private: