Skip to content

Commit 26716dd

Browse files
committed
Move Error out of Common.h
1 parent 6393d29 commit 26716dd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

paddle/utils/Common.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ limitations under the License. */
1414

1515
#pragma once
1616

17-
#include "Error.h"
1817
#include "Excepts.h"
1918

2019
/**

paddle/utils/CpuId.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ limitations under the License. */
1212
#pragma once
1313

1414
#include "Common.h"
15+
#include "Error.h"
1516

1617
namespace paddle {
1718

0 commit comments

Comments
 (0)