Skip to content

Rename export.hpp to abi.hpp#201

Merged
bugdea1er merged 1 commit into
mainfrom
abi
Apr 20, 2025
Merged

Rename export.hpp to abi.hpp#201
bugdea1er merged 1 commit into
mainfrom
abi

Conversation

@bugdea1er
Copy link
Copy Markdown
Owner

Renamed the internal header to abi.hpp to ensure that it is always included first

@bugdea1er bugdea1er requested a review from Copilot April 20, 2025 17:02
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR renames the internal header from export.hpp to abi.hpp to ensure that it is always included first, updating the related include directives in the affected source files.

  • Replaces all occurrences of "#include "export.hpp"" with "#include "abi.hpp"" in source files.
  • Removes the outdated export.hpp header file.
  • Introduces abi.hpp with updated guarding macros and symbol annotations.

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
src/file.cpp Updated include directive to use abi.hpp
src/export.hpp Removed the export.hpp header as it is no longer needed
src/directory.cpp Updated include directive to use abi.hpp
src/abi.hpp Added new header file with updated macros and symbols

@bugdea1er bugdea1er merged commit 67a1f64 into main Apr 20, 2025
16 checks passed
@bugdea1er bugdea1er deleted the abi branch April 20, 2025 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants