Reorder includes directives

These went out of order moving some stuff around. Reorder them so
that there won't be unnecessary line changes in future.
This commit is contained in:
Gabriele M
2017-07-21 01:17:19 +02:00
parent ec269b6fb1
commit 11f82cfb87
6 changed files with 11 additions and 11 deletions

View File

@@ -31,13 +31,13 @@ import android.text.format.Formatter;
import android.util.Log;
import org.lineageos.updater.R;
import org.lineageos.updater.model.UpdateDownload;
import org.lineageos.updater.model.UpdateStatus;
import org.lineageos.updater.UpdaterReceiver;
import org.lineageos.updater.UpdatesActivity;
import org.lineageos.updater.misc.BuildInfoUtils;
import org.lineageos.updater.misc.StringGenerator;
import org.lineageos.updater.misc.Utils;
import org.lineageos.updater.model.UpdateDownload;
import org.lineageos.updater.model.UpdateStatus;
import java.io.IOException;
import java.text.DateFormat;