mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Enforce new include conventions
This commit is contained in:
@@ -4,24 +4,21 @@
|
||||
// Copyright rev.ng Srls. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
// LLVM includes
|
||||
#include <llvm/IR/DerivedTypes.h>
|
||||
#include <llvm/IR/Instruction.h>
|
||||
#include <llvm/IR/Instructions.h>
|
||||
#include "llvm/IR/DerivedTypes.h"
|
||||
#include "llvm/IR/Instruction.h"
|
||||
#include "llvm/IR/Instructions.h"
|
||||
|
||||
// clang includes
|
||||
#include <clang/AST/ASTContext.h>
|
||||
#include <clang/AST/Decl.h>
|
||||
#include <clang/AST/DeclGroup.h>
|
||||
#include <clang/AST/Expr.h>
|
||||
#include <clang/AST/OperationKinds.h>
|
||||
#include <clang/AST/Stmt.h>
|
||||
#include "clang/AST/ASTContext.h"
|
||||
#include "clang/AST/Decl.h"
|
||||
#include "clang/AST/DeclGroup.h"
|
||||
#include "clang/AST/Expr.h"
|
||||
#include "clang/AST/OperationKinds.h"
|
||||
#include "clang/AST/Stmt.h"
|
||||
|
||||
// revng includes
|
||||
#include <revng/Support/IRHelpers.h>
|
||||
#include "revng/Support/IRHelpers.h"
|
||||
|
||||
// local includes
|
||||
#include "ASTBuildAnalysis.h"
|
||||
|
||||
#include "DecompilationHelpers.h"
|
||||
#include "IRASTTypeTranslation.h"
|
||||
#include "Mangling.h"
|
||||
|
||||
Reference in New Issue
Block a user