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

@@ -19,10 +19,10 @@ import android.os.UpdateEngine;
import android.os.UpdateEngineCallback;
import android.util.Log;
import org.lineageos.updater.model.UpdateDownload;
import org.lineageos.updater.model.UpdateStatus;
import org.lineageos.updater.misc.Constants;
import org.lineageos.updater.misc.Utils;
import org.lineageos.updater.model.UpdateDownload;
import org.lineageos.updater.model.UpdateStatus;
import java.io.BufferedReader;
import java.io.File;