From 26716dd255b32fa19ac080dd3c6e51de4091e4f9 Mon Sep 17 00:00:00 2001 From: liaogang Date: Tue, 21 Mar 2017 16:12:15 +0800 Subject: [PATCH] Move Error out of Common.h --- paddle/utils/Common.h | 1 - paddle/utils/CpuId.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/utils/Common.h b/paddle/utils/Common.h index 91b4759120..1f1d0255a5 100644 --- a/paddle/utils/Common.h +++ b/paddle/utils/Common.h @@ -14,7 +14,6 @@ limitations under the License. */ #pragma once -#include "Error.h" #include "Excepts.h" /** diff --git a/paddle/utils/CpuId.h b/paddle/utils/CpuId.h index 8b21347cae..d16098b5f9 100644 --- a/paddle/utils/CpuId.h +++ b/paddle/utils/CpuId.h @@ -12,6 +12,7 @@ limitations under the License. */ #pragma once #include "Common.h" +#include "Error.h" namespace paddle { -- GitLab