move xpr/op_xpr.* -> operation/op_xpr.*

This commit is contained in:
Christian Zimmermann 2022-10-21 13:52:53 +02:00
parent 4cb3977fb3
commit 483e3b4286
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@
#include "base/base.h"
#include "operation/operation_base.h"
#include "xpr_base.h"
#include "xpr/xpr_base.h"
namespace CNORXZ
{