diff --git a/openbr/plugins/classification/nt4.cpp b/openbr/plugins/classification/nt4.cpp index c0b1cb7..218ce0a 100644 --- a/openbr/plugins/classification/nt4.cpp +++ b/openbr/plugins/classification/nt4.cpp @@ -20,8 +20,8 @@ #include #include -#include "core/resource.h" -#include "core/opencvutils.h" +#include +#include using namespace cv; using namespace br; diff --git a/openbr/plugins/cmake/network.cmake b/openbr/plugins/cmake/network.cmake index 46899ee..bab3dd2 100644 --- a/openbr/plugins/cmake/network.cmake +++ b/openbr/plugins/cmake/network.cmake @@ -6,7 +6,7 @@ if(${BR_WITH_QTNETWORK}) set(BR_THIRDPARTY_SRC ${BR_THIRDPARTY_SRC} ${HTTPPARSER_SRC}) install(FILES ${HTTPPARSER_LICENSE} RENAME http-parser DESTINATION share/openbr/licenses) else() - set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/format/urlformat.cpp) - set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/format/postformat.cpp) - set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/gallery/postgallery.cpp) + set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/format/url.cpp) + set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/format/post.cpp) + set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/gallery/post.cpp) endif() diff --git a/openbr/plugins/metadata/mongoose.cpp b/openbr/plugins/metadata/mongoose.cpp index 65b3373..dc055de 100644 --- a/openbr/plugins/metadata/mongoose.cpp +++ b/openbr/plugins/metadata/mongoose.cpp @@ -1,4 +1,4 @@ -#include "openbr_internal.h" +#include #include namespace br