18 lines
524 B
C
18 lines
524 B
C
// This file is part of AsmJit project <https://asmjit.com>
|
|
//
|
|
// See <asmjit/core.h> or LICENSE.md for license and copyright information
|
|
// SPDX-License-Identifier: Zlib
|
|
|
|
#ifndef ASMJIT_UJIT_H_INCLUDED
|
|
#define ASMJIT_UJIT_H_INCLUDED
|
|
|
|
#include <asmjit/asmjit-scope-begin.h>
|
|
#include <asmjit/ujit/ujitbase.h>
|
|
#include <asmjit/ujit/unicompiler.h>
|
|
#include <asmjit/ujit/unicondition.h>
|
|
#include <asmjit/ujit/uniop.h>
|
|
#include <asmjit/ujit/vecconsttable.h>
|
|
#include <asmjit/asmjit-scope-end.h>
|
|
|
|
#endif // ASMJIT_UJIT_H_INCLUDED
|