Commit e899d726ee7082aebd5803870c15ebeb31ee5b5c
1 parent
3d4c5b16
fixed embedded build
Showing
1 changed file
with
1 additions
and
4 deletions
openbr/openbr_plugin.cpp
| ... | ... | @@ -14,17 +14,14 @@ |
| 14 | 14 | * limitations under the License. * |
| 15 | 15 | * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ |
| 16 | 16 | |
| 17 | +#include <QCoreApplication> | |
| 17 | 18 | #include <QFutureSynchronizer> |
| 18 | 19 | #include <QMetaProperty> |
| 19 | 20 | #include <QPointF> |
| 20 | 21 | #include <QRect> |
| 21 | 22 | #include <QRegExp> |
| 22 | -#include <QSettings> | |
| 23 | 23 | #include <QThreadPool> |
| 24 | 24 | #include <QtConcurrentRun> |
| 25 | -#ifdef BR_DISTRIBUTED | |
| 26 | -#include <mpi.h> | |
| 27 | -#endif // BR_DISTRIBUTED | |
| 28 | 25 | #include <algorithm> |
| 29 | 26 | #include <iostream> |
| 30 | 27 | #include <openbr/openbr_plugin.h> | ... | ... |