aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/command_line_interface.cc
diff options
context:
space:
mode:
authorGravatar Bo Yang <paulyang1211@gmail.com>2015-02-04 10:27:52 -0800
committerGravatar Bo Yang <paulyang1211@gmail.com>2015-02-04 10:27:52 -0800
commit2e32b8b569f316acc405a36dfad2c742438cb41f (patch)
tree999ef3cb6f5d5bf682b299abbeb58736df7b26c3 /src/google/protobuf/compiler/command_line_interface.cc
parenta1b351c55bee819fc69861b3d0d88dab7dce0c4f (diff)
Remove "include sstream" from command_line_interface.cc
Diffstat (limited to 'src/google/protobuf/compiler/command_line_interface.cc')
-rw-r--r--src/google/protobuf/compiler/command_line_interface.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/command_line_interface.cc b/src/google/protobuf/compiler/command_line_interface.cc
index 4b28cf6b..06aedd22 100644
--- a/src/google/protobuf/compiler/command_line_interface.cc
+++ b/src/google/protobuf/compiler/command_line_interface.cc
@@ -46,7 +46,6 @@
#endif
#include <errno.h>
#include <iostream>
-#include <sstream>
#include <ctype.h>
#include <google/protobuf/stubs/hash.h>