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

@@ -23,11 +23,11 @@ import android.os.SystemClock;
import android.support.v4.content.LocalBroadcastManager;
import android.util.Log;
import org.lineageos.updater.model.UpdateDownload;
import org.lineageos.updater.model.UpdateStatus;
import org.lineageos.updater.UpdatesDbHelper;
import org.lineageos.updater.download.DownloadClient;
import org.lineageos.updater.misc.Utils;
import org.lineageos.updater.model.UpdateDownload;
import org.lineageos.updater.model.UpdateStatus;
import java.io.File;
import java.util.ArrayList;