]> git.sesse.net Git - plocate/commitdiff
Fix #include order.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 11 Oct 2020 09:49:35 +0000 (11:49 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 11 Oct 2020 09:49:35 +0000 (11:49 +0200)
plocate-build.cpp

index a077ac1944358ecee7e622e9846982d7ba39c064..e1e2f644ef2ca891f93d48fdaab15e4f681bf418 100644 (file)
@@ -4,8 +4,8 @@
 #include <algorithm>
 #include <assert.h>
 #include <chrono>
-#include <iosfwd>
 #include <getopt.h>
+#include <iosfwd>
 #include <math.h>
 #include <memory>
 #include <stdint.h>