From 30b03bfef51fd3c0784b041da3dfc6ae840c3925 Mon Sep 17 00:00:00 2001 From: Adonis Najimi Date: Tue, 1 May 2018 00:41:09 +0200 Subject: [PATCH] no need for server.h --- app/src/apkinstaller.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/apkinstaller.c b/app/src/apkinstaller.c index aa5359af..c4d87e37 100644 --- a/app/src/apkinstaller.c +++ b/app/src/apkinstaller.c @@ -1,7 +1,5 @@ #include "apkinstaller.h" -#include "server.h" // contains server path - #include "lockutil.h" #include "log.h" #include "command.h"