aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance
diff options
context:
space:
mode:
Diffstat (limited to 'conformance')
-rw-r--r--conformance/conformance_cpp.cc2
-rw-r--r--conformance/conformance_test.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/conformance/conformance_cpp.cc b/conformance/conformance_cpp.cc
index df3f2acd..b865cd93 100644
--- a/conformance/conformance_cpp.cc
+++ b/conformance/conformance_cpp.cc
@@ -33,7 +33,7 @@
#include <unistd.h>
#include "conformance.pb.h"
-#include "google/protobuf/test_messages_proto3.pb.h"
+#include <google/protobuf/test_messages_proto3.pb.h>
#include <google/protobuf/util/json_util.h>
#include <google/protobuf/util/type_resolver_util.h>
diff --git a/conformance/conformance_test.cc b/conformance/conformance_test.cc
index d162f4ea..fd8aab8b 100644
--- a/conformance/conformance_test.cc
+++ b/conformance/conformance_test.cc
@@ -34,7 +34,7 @@
#include "conformance.pb.h"
#include "conformance_test.h"
-#include "google/protobuf/test_messages_proto3.pb.h"
+#include <google/protobuf/test_messages_proto3.pb.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/stringprintf.h>