From 4fe02e3d497995d94d34d3fcf5af895084cfc8b9 Mon Sep 17 00:00:00 2001 From: Devin Matthews Date: Thu, 12 May 2016 20:53:58 -0500 Subject: [PATCH] Move bli_kernel.h before bli_threading.h in order of inclusion in blis.h. --- frame/include/blis.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/frame/include/blis.h b/frame/include/blis.h index e20fc5f73..a786b5db2 100644 --- a/frame/include/blis.h +++ b/frame/include/blis.h @@ -68,16 +68,6 @@ extern "C" { #include "bli_macro_defs.h" -// -- Threading definitions -- - -#include "bli_threading.h" - - -// -- Constant definitions -- - -#include "bli_extern_defs.h" - - // -- BLIS kernel definitions -- #include "bli_kernel.h" @@ -91,6 +81,16 @@ extern "C" { #include "bli_kernel_prototypes.h" +// -- Threading definitions -- + +#include "bli_threading.h" + + +// -- Constant definitions -- + +#include "bli_extern_defs.h" + + // -- Base operation prototypes -- #include "bli_init.h"