diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-22 14:18:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-22 14:18:01 +0300 |
commit | 9f2cf7c95cfce3f735b43bfedc9f87be929e7c35 (patch) | |
tree | 6c4c501a26f7324c0d86f4502120528f4a4ecaa7 /src | |
parent | 45fc7dfe871e25c913deb56063ca930dafe8b9ae (diff) | |
download | plus-9f2cf7c95cfce3f735b43bfedc9f87be929e7c35.tar.gz plus-9f2cf7c95cfce3f735b43bfedc9f87be929e7c35.tar.bz2 plus-9f2cf7c95cfce3f735b43bfedc9f87be929e7c35.tar.xz plus-9f2cf7c95cfce3f735b43bfedc9f87be929e7c35.zip |
remove unused android related includes.
Diffstat (limited to 'src')
-rw-r--r-- | src/client.cpp | 2 | ||||
-rw-r--r-- | src/main.cpp | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/client.cpp b/src/client.cpp index aad9f0561..cc2a06f77 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -140,8 +140,6 @@ #include "mumblemanager.h" -#include <android/log.h> - #include "debug.h" /** diff --git a/src/main.cpp b/src/main.cpp index 0f7e41b65..03be62543 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -51,8 +51,6 @@ #include <SDL_image.h> #include <SDL_mixer.h> -#include <android/log.h> - #include "debug.h" char *selfName = nullptr; |