summaryrefslogtreecommitdiff
path: root/daemon.cpp
diff options
context:
space:
mode:
authorYo Chiang <yochiang@google.com>2020-03-11 18:14:17 +0800
committerYo Chiang <yochiang@google.com>2020-03-11 18:35:37 +0800
commitfc817e25fe44f3c62aa273268d9e2c2e9057699c (patch)
treecba1d2fcd4a3382cb9ee609dadd2fa16952b189d /daemon.cpp
parentbd3a3389d3317d7aaa65a98cb1d193505c6523e7 (diff)
downloadgsid-fc817e25fe44f3c62aa273268d9e2c2e9057699c.tar.gz
* Cleanup unused headers * Cleanup libgsid unused dependencies Test: Build and boot Change-Id: I22456c176dde524bc51a435bca6fc45d37240f56
Diffstat (limited to 'daemon.cpp')
-rw-r--r--daemon.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/daemon.cpp b/daemon.cpp
index ba05eb6..ca2995d 100644
--- a/daemon.cpp
+++ b/daemon.cpp
@@ -14,8 +14,6 @@
// limitations under the License.
//
-#include <getopt.h>
-
#include <iostream>
#include <string>
@@ -23,7 +21,6 @@
#include <binder/BinderService.h>
#include <binder/IPCThreadState.h>
#include <binder/ProcessState.h>
-#include <libgsi/libgsi.h>
#include <libgsi/libgsid.h>
#include "gsi_service.h"