Commit fb8f6d650ed8306e103e941207a9bf5afbfea44c
Merge branch 'master' of https://github.com/biometrics/openbr
Showing
2 changed files
with
2 additions
and
2 deletions
openbr/plugins/classification/pp4.cpp
| @@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
| 6 | #include <pittpatt_raw_image_io.h> | 6 | #include <pittpatt_raw_image_io.h> |
| 7 | #include <pittpatt_license.h> | 7 | #include <pittpatt_license.h> |
| 8 | #include <openbr/openbr_plugin.h> | 8 | #include <openbr/openbr_plugin.h> |
| 9 | -#include "openbr_internal.h" | 9 | +#include "openbr/plugins/openbr_internal.h" |
| 10 | #include "openbr/core/resource.h" | 10 | #include "openbr/core/resource.h" |
| 11 | 11 | ||
| 12 | #define TRY(CC) \ | 12 | #define TRY(CC) \ |
openbr/plugins/classification/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_internal.h" | 14 | +#include "openbr/plugins/openbr_internal.h" |
| 15 | #include "openbr/core/resource.h" | 15 | #include "openbr/core/resource.h" |
| 16 | 16 | ||
| 17 | #define TRY(CC) \ | 17 | #define TRY(CC) \ |