CAttributes.h: move back to PTML

When `revng` and `revng-c` were being merged, this header founds its
way into `revngSupport` even though it makes more sense under the PTML
umbrella.
This commit is contained in:
Ivan Krysak
2026-02-24 17:28:07 +00:00
parent e706628a49
commit 729b025de3
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -22,13 +22,13 @@
#include "revng/Model/Helpers.h"
#include "revng/Model/PointerType.h"
#include "revng/Model/RawFunctionDefinition.h"
#include "revng/PTML/CAttributes.h"
#include "revng/PTML/CBuilder.h"
#include "revng/PTML/Constants.h"
#include "revng/PTML/Tag.h"
#include "revng/Pipeline/Location.h"
#include "revng/Pipes/Ranks.h"
#include "revng/Support/Assert.h"
#include "revng/Support/CAttributes.h"
#include "revng/TypeNames/LLVMTypeNames.h"
#include "revng/TypeNames/ModelCBuilder.h"