X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=disk_space_estimator.cpp;h=cacc8117ac5a8e324453ff86dcdb988c5ae0da99;hb=402b3d36c13bb04e9a2f690c5c12d8f85d6dc415;hp=1cb7d6fcfe10f5e10b7fc699e52467d8a7d49282;hpb=b561d43a60201395f1354a585aa37670eda45883;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)