diff options
Diffstat (limited to 'examples/list_people.cc')
-rw-r--r-- | examples/list_people.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/list_people.cc b/examples/list_people.cc index d0f40d6..5363152 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. |