Commit f2944b14cfd0625f9df59eb2305651ab30d6739c
1 parent
635b026f
s/openbr_plugin.h/openbr/openbr_plugin.h for optional plugins
Showing
7 changed files
with
7 additions
and
7 deletions
openbr/plugins/ct8.cpp
| @@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
| 11 | #include <exception> | 11 | #include <exception> |
| 12 | #include <string> | 12 | #include <string> |
| 13 | #include <vector> | 13 | #include <vector> |
| 14 | -#include <openbr_plugin.h> | 14 | +#include <openbr/openbr_plugin.h> |
| 15 | 15 | ||
| 16 | #include "core/resource.h" | 16 | #include "core/resource.h" |
| 17 | 17 |
openbr/plugins/ipc2013.cpp
openbr/plugins/nec3.cpp
openbr/plugins/nt4.cpp
| @@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
| 10 | #include <NMatcherParams.h> | 10 | #include <NMatcherParams.h> |
| 11 | #include <NTemplate.h> | 11 | #include <NTemplate.h> |
| 12 | #include <NLicensing.h> | 12 | #include <NLicensing.h> |
| 13 | -#include <openbr_plugin.h> | 13 | +#include <openbr/openbr_plugin.h> |
| 14 | 14 | ||
| 15 | //IRIS | 15 | //IRIS |
| 16 | #include <NEExtractor.h> | 16 | #include <NEExtractor.h> |
openbr/plugins/pbd.cpp
openbr/plugins/pp5.cpp
| @@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
| 11 | #include <pittpatt_raw_image_io.h> | 11 | #include <pittpatt_raw_image_io.h> |
| 12 | #include <pittpatt_sdk.h> | 12 | #include <pittpatt_sdk.h> |
| 13 | #include <pittpatt_license.h> | 13 | #include <pittpatt_license.h> |
| 14 | -#include <openbr_plugin.h> | 14 | +#include <openbr/openbr_plugin.h> |
| 15 | 15 | ||
| 16 | #include "openbr/core/resource.h" | 16 | #include "openbr/core/resource.h" |
| 17 | 17 |