HDFS-9497. move lib/proto/cpp_helpers to third-party since it won't have an ASF license. Contributed by Bob Hansen.

This commit is contained in:
James 2015-12-03 16:44:36 -05:00 committed by James Clampffer
parent d7ecf396c9
commit 8dac1094d8
3 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ include_directories(
third_party/rapidxml-1.13 third_party/rapidxml-1.13
third_party/gmock-1.7.0 third_party/gmock-1.7.0
third_party/tr2 third_party/tr2
third_party/protobuf
${OPENSSL_INCLUDE_DIR} ${OPENSSL_INCLUDE_DIR}
../libhdfs/include ../libhdfs/include
) )

View File

@ -16,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include "cpp_helpers.h" #include "protobuf/cpp_helpers.h"
#include <google/protobuf/compiler/code_generator.h> #include <google/protobuf/compiler/code_generator.h>
#include <google/protobuf/compiler/plugin.h> #include <google/protobuf/compiler/plugin.h>