Commit fb8f6d650ed8306e103e941207a9bf5afbfea44c

Authored by Jordan Cheney
2 parents e2771fdd c65e1074

Merge branch 'master' of https://github.com/biometrics/openbr

openbr/plugins/classification/pp4.cpp
... ... @@ -6,7 +6,7 @@
6 6 #include <pittpatt_raw_image_io.h>
7 7 #include <pittpatt_license.h>
8 8 #include <openbr/openbr_plugin.h>
9   -#include "openbr_internal.h"
  9 +#include "openbr/plugins/openbr_internal.h"
10 10 #include "openbr/core/resource.h"
11 11  
12 12 #define TRY(CC) \
... ...
openbr/plugins/classification/pp5.cpp
... ... @@ -11,7 +11,7 @@
11 11 #include <pittpatt_raw_image_io.h>
12 12 #include <pittpatt_sdk.h>
13 13 #include <pittpatt_license.h>
14   -#include "openbr_internal.h"
  14 +#include "openbr/plugins/openbr_internal.h"
15 15 #include "openbr/core/resource.h"
16 16  
17 17 #define TRY(CC) \
... ...