]> git.sesse.net Git - nageru/blobdiff - disk_space_estimator.cpp
Assorted clang-format fixes (not complete).
[nageru] / disk_space_estimator.cpp
index 50460f9893446d78b429bc6916a832d98e095a5b..5ce507020d58b6918049757f6d533cce02b7a069 100644 (file)
@@ -1,11 +1,11 @@
 #include "disk_space_estimator.h"
 
+#include "timebase.h"
+
+#include <memory>
 #include <stdio.h>
 #include <sys/stat.h>
 #include <sys/statfs.h>
-#include <memory>
-
-#include "timebase.h"
 
 DiskSpaceEstimator::DiskSpaceEstimator(DiskSpaceEstimator::callback_t callback)
        : callback(callback)