23 lines
395 B
C++
23 lines
395 B
C++
// -*- C++ -*-
|
|
/**
|
|
|
|
@file include/cnorxz.h
|
|
@brief cnorxz main header
|
|
|
|
Copyright (c) 2022 Christian Zimmermann. All rights reserved.
|
|
Mail: chizeta@f3l.de
|
|
|
|
**/
|
|
|
|
#ifndef __cxz_cnorxz_h__
|
|
#define __cxz_cnorxz_h__
|
|
|
|
#include "base/base.h"
|
|
#include "memory/memory.h"
|
|
#include "ranges/ranges.h"
|
|
#include "array/array.h"
|
|
#include "operation/operation.h"
|
|
|
|
#include "cnorxz.cc.h"
|
|
|
|
#endif
|