aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2014-10-03 11:13:58 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2014-10-03 11:14:13 -0700
commit84731a111f45e5d11d0d11fe4b53c1818d936df1 (patch)
treeb2c7d17b117fe423774ff3a5f755ef6d1ab7903f /examples
parent0dd3fef8431591637459f330db61e8c1485495a3 (diff)
downloadprotobuf-84731a111f45e5d11d0d11fe4b53c1818d936df1.tar.gz
protobuf-84731a111f45e5d11d0d11fe4b53c1818d936df1.tar.bz2
protobuf-84731a111f45e5d11d0d11fe4b53c1818d936df1.zip
Down-integrate from internal branch.
Diffstat (limited to 'examples')
-rw-r--r--examples/list_people.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/list_people.cc b/examples/list_people.cc
index d0f40d61..5363152e 100644
--- a/examples/list_people.cc
+++ b/examples/list_people.cc
@@ -4,7 +4,6 @@
#include <fstream>
#include <string>
#include "addressbook.pb.h"
-#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
using namespace std;
// Iterates though all people in the AddressBook and prints info about them.