Skip to content

Commit

Permalink
android: remove duplicate includes
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Oct 1, 2023
1 parent 701168c commit f1bcc6f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/osmin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,6 @@ void importStaticPlugins(QQmlEngine* engine)
}
#endif

#ifdef Q_OS_ANDROID
#include <QtAndroid>
#include <QAndroidService>
#include <QAndroidJniObject>
#endif

int main(int argc, char *argv[])
{
int ret = 0;
Expand Down

0 comments on commit f1bcc6f

Please sign in to comment.