Remove "include sstream" from command_line_interface.cc

changes/83/218683/1
Bo Yang 10 years ago
parent a1b351c55b
commit 2e32b8b569
  1. 1
      src/google/protobuf/compiler/command_line_interface.cc

@ -46,7 +46,6 @@
#endif #endif
#include <errno.h> #include <errno.h>
#include <iostream> #include <iostream>
#include <sstream>
#include <ctype.h> #include <ctype.h>
#include <google/protobuf/stubs/hash.h> #include <google/protobuf/stubs/hash.h>

Loading…
Cancel
Save