diff options
-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; |