diff --git a/paddle/function/DepthwiseConvOpGpu.cu b/paddle/function/DepthwiseConvOpGpu.cu index 28e6aa4a0105b35755f85f4de6743b053d1278bf..ede0d27aa82e7d71ff5bc33df110fec260e06463 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"