From 4cb3977fb354c95be81acc4b773153f5c78ecc3b Mon Sep 17 00:00:00 2001 From: Christian Zimmermann Date: Fri, 21 Oct 2022 13:40:12 +0200 Subject: [PATCH] cxz_operation -> op_types --- .../operation/{cxz_operation.cc.h => op_types.cc.h} | 8 +++++++- src/include/operation/{cxz_operation.h => op_types.h} | 11 ++--------- 2 files changed, 9 insertions(+), 10 deletions(-) rename src/include/operation/{cxz_operation.cc.h => op_types.cc.h} (98%) rename src/include/operation/{cxz_operation.h => op_types.h} (96%) diff --git a/src/include/operation/cxz_operation.cc.h b/src/include/operation/op_types.cc.h similarity index 98% rename from src/include/operation/cxz_operation.cc.h rename to src/include/operation/op_types.cc.h index 15d51e4..62419e7 100644 --- a/src/include/operation/cxz_operation.cc.h +++ b/src/include/operation/op_types.cc.h @@ -1,8 +1,12 @@ -#include "cxz_operation.h" +#ifndef __cxz_op_types_cc_h__ +#define __cxz_op_types_cc_h__ + +#include "op_types.h" #include "xpr/pos_type.h" #include "ranges/range_helper.h" #include "xpr/op_xpr.h" +#include "statics/static_for.h" namespace CNORXZ @@ -326,3 +330,5 @@ namespace CNORXZ } } + +#endif diff --git a/src/include/operation/cxz_operation.h b/src/include/operation/op_types.h similarity index 96% rename from src/include/operation/cxz_operation.h rename to src/include/operation/op_types.h index f67d762..6128170 100644 --- a/src/include/operation/cxz_operation.h +++ b/src/include/operation/op_types.h @@ -1,17 +1,10 @@ // -*- C++ -*- -#ifndef __cxz_operation_h__ -#define __cxz_operation_h__ +#ifndef __cxz_op_types_h__ +#define __cxz_op_types_h__ #include "base/base.h" -#include "arith.h" -#include "type_operations.h" -#include "op_expressions.h" -#include "access.h" - -#include "statics/static_for.h" - namespace CNORXZ {