mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00

git-subtree-dir: src/ipc/libmultiprocess git-subtree-split: 35944ffd23fa26652b82210351d50e896ce16c8f
15 lines
412 B
C
15 lines
412 B
C
// Copyright (c) 2025 The Bitcoin Core developers
|
|
// Distributed under the MIT software license, see the accompanying
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
#ifndef EXAMPLE_TYPES_H
|
|
#define EXAMPLE_TYPES_H
|
|
|
|
#include <mp/type-context.h>
|
|
#include <mp/type-decay.h>
|
|
#include <mp/type-interface.h>
|
|
#include <mp/type-string.h>
|
|
#include <mp/type-threadmap.h>
|
|
|
|
#endif // EXAMPLE_TYPES_H
|