commit | f047a00364d2b5b4fec5b895186265c604744a4a | [log] [tgz] |
---|---|---|
author | Vitaly Buka <[email protected]> | Fri Jan 13 07:57:00 2017 |
committer | Vitaly Buka <[email protected]> | Fri Jan 13 08:35:45 2017 |
tree | 3a05e17882eb233d68f2ef0a3a890e7c454c0815 | |
parent | 4be22c425ea6fcad1764673ad75f3430d418af94 [diff] [blame] |
Fix cpplint warnings
diff --git a/src/protobuf_mutator.cc b/src/protobuf_mutator.cc index ae66fe6..7c6e43f 100644 --- a/src/protobuf_mutator.cc +++ b/src/protobuf_mutator.cc
@@ -20,9 +20,8 @@ #include <random> #include <string> -#include "google/protobuf/message.h" - #include "field_instance.h" +#include "google/protobuf/message.h" #include "weighted_reservoir_sampler.h" using google::protobuf::Descriptor;