From f7390d115cb0660a329d171d827d3685797ddf52 Mon Sep 17 00:00:00 2001 From: xzl Date: Wed, 19 Jul 2017 14:15:51 +0800 Subject: [PATCH] delete useless .h header in DepthwiseConvOpGpu.cu --- paddle/function/DepthwiseConvOpGpu.cu | 1 - 1 file changed, 1 deletion(-) diff --git a/paddle/function/DepthwiseConvOpGpu.cu b/paddle/function/DepthwiseConvOpGpu.cu index 28e6aa4a010..ede0d27aa82 100644 --- a/paddle/function/DepthwiseConvOpGpu.cu +++ b/paddle/function/DepthwiseConvOpGpu.cu @@ -12,7 +12,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ -#include #include "DepthwiseConvOp.h" #include "GemmFunctor.h" #include "paddle/math/BaseMatrix.h" -- GitLab