From 433301fbc24c6cc837e76715c9ae0abeaa9b689f Mon Sep 17 00:00:00 2001 From: dongdaxiang Date: Wed, 27 Mar 2019 18:29:57 +0800 Subject: [PATCH] remove glog in shell.h test=develop --- paddle/fluid/framework/io/shell.h | 1 - 1 file changed, 1 deletion(-) diff --git a/paddle/fluid/framework/io/shell.h b/paddle/fluid/framework/io/shell.h index 7f0da490f8..46fcc92baf 100644 --- a/paddle/fluid/framework/io/shell.h +++ b/paddle/fluid/framework/io/shell.h @@ -28,7 +28,6 @@ #include #include #include -#include "glog/logging.h" #include "paddle/fluid/platform/port.h" #include "paddle/fluid/string/string_helper.h" -- GitLab