X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=disk_space_estimator.cpp;fp=disk_space_estimator.cpp;h=cacc8117ac5a8e324453ff86dcdb988c5ae0da99;hb=cf7b9ee186d4ef8e5da0531b75854c97b821be44;hp=1cb7d6fcfe10f5e10b7fc699e52467d8a7d49282;hpb=0f92317cbf05facc242ff50756331ebd9a539dc8;p=nageru diff --git a/disk_space_estimator.cpp b/disk_space_estimator.cpp index 1cb7d6f..cacc811 100644 --- a/disk_space_estimator.cpp +++ b/disk_space_estimator.cpp @@ -1,9 +1,10 @@ +#include "disk_space_estimator.h" + +#include #include -#include -#include -#include +#include +#include -#include "disk_space_estimator.h" #include "timebase.h" DiskSpaceEstimator::DiskSpaceEstimator(DiskSpaceEstimator::callback_t callback)