aboutsummaryrefslogtreecommitdiff
path: root/src/text_format.cc
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2017-03-08 16:37:38 -0800
committerVitaly Buka <vitalybuka@gmail.com>2017-03-08 16:55:59 -0800
commit4b3defd2eff37b044c5ed5dc5d349f7b78728325 (patch)
treea52333d6beda98d2859cfd2748aeff364ff0fc0c /src/text_format.cc
parent2d609dfa69f670f6a1daf80eaa2d538f96120b2d (diff)
downloadlibprotobuf-mutator-4b3defd2eff37b044c5ed5dc5d349f7b78728325.tar.gz
Remove port/protobuf_text_format.h as we can't avoid using full protobuf library.
Diffstat (limited to 'src/text_format.cc')
-rw-r--r--src/text_format.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text_format.cc b/src/text_format.cc
index 7ca80a1..f0ef196 100644
--- a/src/text_format.cc
+++ b/src/text_format.cc
@@ -13,7 +13,7 @@
// limitations under the License.
#include "src/text_format.h"
-#include "port/protobuf_text_format.h"
+#include "port/protobuf.h"
namespace protobuf_mutator {