Skip to content

Commit c0b94ae

Browse files
authored
Merge pull request #3143 from martin-frbg/fix3088
Resolve circular dependency between common.h and param.h
2 parents ddd8630 + ecb4bab commit c0b94ae

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

getarch_2nd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#else
55
#include "config_kernel.h"
66
#endif
7-
#include "param.h"
7+
#include "common.h"
88

99
int main(int argc, char **argv) {
1010

param.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7272
#ifndef PARAM_H
7373
#define PARAM_H
7474

75-
#include "common.h"
76-
7775
#define SBGEMM_DEFAULT_UNROLL_N 4
7876
#define SBGEMM_DEFAULT_UNROLL_M 8
7977
#define SBGEMM_DEFAULT_UNROLL_MN 32

0 commit comments

Comments
 (0)