Commit e899d726ee7082aebd5803870c15ebeb31ee5b5c

Authored by Josh Klontz
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,17 +14,14 @@
14 * limitations under the License. * 14 * limitations under the License. *
15 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 15 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
16 16
  17 +#include <QCoreApplication>
17 #include <QFutureSynchronizer> 18 #include <QFutureSynchronizer>
18 #include <QMetaProperty> 19 #include <QMetaProperty>
19 #include <QPointF> 20 #include <QPointF>
20 #include <QRect> 21 #include <QRect>
21 #include <QRegExp> 22 #include <QRegExp>
22 -#include <QSettings>  
23 #include <QThreadPool> 23 #include <QThreadPool>
24 #include <QtConcurrentRun> 24 #include <QtConcurrentRun>
25 -#ifdef BR_DISTRIBUTED  
26 -#include <mpi.h>  
27 -#endif // BR_DISTRIBUTED  
28 #include <algorithm> 25 #include <algorithm>
29 #include <iostream> 26 #include <iostream>
30 #include <openbr/openbr_plugin.h> 27 #include <openbr/openbr_plugin.h>