aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fastdeploy/deploypatchgenerator/patch_utils_test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/fastdeploy/deploypatchgenerator/patch_utils_test.cpp b/fastdeploy/deploypatchgenerator/patch_utils_test.cpp
index 070c1316..f5af7199 100644
--- a/fastdeploy/deploypatchgenerator/patch_utils_test.cpp
+++ b/fastdeploy/deploypatchgenerator/patch_utils_test.cpp
@@ -23,13 +23,10 @@
#include <sstream>
#include <string>
-#include <google/protobuf/util/message_differencer.h>
-
#include "adb_io.h"
#include "sysdeps.h"
using namespace com::android::fastdeploy;
-using google::protobuf::util::MessageDifferencer;
static std::string GetTestFile(const std::string& name) {
return "fastdeploy/testdata/" + name;