cxz_operation -> op_types

This commit is contained in:
Christian Zimmermann 2022-10-21 13:40:12 +02:00
parent db623649ee
commit 4cb3977fb3
2 changed files with 9 additions and 10 deletions

View file

@ -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

View file

@ -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
{