From e899d726ee7082aebd5803870c15ebeb31ee5b5c Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Sat, 30 Mar 2013 13:21:48 -0400 Subject: [PATCH] fixed embedded build --- openbr/openbr_plugin.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/openbr/openbr_plugin.cpp b/openbr/openbr_plugin.cpp index 2161b1c..aaab682 100644 --- a/openbr/openbr_plugin.cpp +++ b/openbr/openbr_plugin.cpp @@ -14,17 +14,14 @@ * limitations under the License. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +#include #include #include #include #include #include -#include #include #include -#ifdef BR_DISTRIBUTED -#include -#endif // BR_DISTRIBUTED #include #include #include -- libgit2 0.21.4