diff options
| author | Alin Jerpelea <alin.jerpelea@sony.com> | 2018-06-26 22:30:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-26 22:30:34 +0200 |
| commit | 737f3d8728286546dbf3bda6205f0f54260a5c37 (patch) | |
| tree | c0ea2a3deecc37bc2cc418cb842075b3fc3c6d2d | |
| parent | 26d245e83c5dff8c2e05add0cfd9ed420d907df6 (diff) | |
| parent | f43952aec642058f009ab95a23a47f0d3842ea44 (diff) | |
Merge pull request #20 from luk1337/patch-3
Clean up includes
| -rw-r--r-- | macaddrsetup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macaddrsetup.c b/macaddrsetup.c index 0e95f50..d246cac 100644 --- a/macaddrsetup.c +++ b/macaddrsetup.c @@ -7,8 +7,6 @@ #include <unistd.h> #include <sys/stat.h> #include <sys/types.h> -#include <cutils/properties.h> -#include <private/android_filesystem_config.h> #define LOG_TAG "macaddrsetup" #include <cutils/log.h> |
