// Copyright (c) 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 #include // IWYU pragma: begin_exports #include #include #include #include #include // IWYU pragma: end_exports struct InitInterface; // IWYU pragma: export struct CalculatorInterface; // IWYU pragma: export struct PrinterInterface; // IWYU pragma: export #endif // EXAMPLE_TYPES_H