cxz_operation -> op_types
This commit is contained in:
parent
db623649ee
commit
4cb3977fb3
2 changed files with 9 additions and 10 deletions
|
@ -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
|
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in a new issue