From: Christoph Egger Date: Thu, 15 May 2014 11:40:49 +0000 (+0200) Subject: Rename include.hxx to include_llvm.hxx X-Git-Tag: v0.1~221 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=0454d885d5994f4d6b765864b77998137dad7204;hp=05fded85315e1977895450456f77d740770d2a9c Rename include.hxx to include_llvm.hxx --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 18a52b4..37949c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ SET(qtlldb_SOURCES src/disassembler/Disassembler.cxx) SET(qtlldb_HEADERS src/Binary.hxx - src/include.hxx + src/include_llvm.hxx src/Section.hxx src/gui/Mainwindow.hxx src/gui/widgets/BasicBlockWidget.hxx) diff --git a/src/Binary.hxx b/src/Binary.hxx index 873ac06..725c6a1 100644 --- a/src/Binary.hxx +++ b/src/Binary.hxx @@ -1,7 +1,7 @@ #ifndef INCLUDE__Binary_hxx #define INCLUDE__Binary_hxx -#include "include.hxx" +#include "include_llvm.hxx" #include "Section.hxx" #include diff --git a/src/Section.hxx b/src/Section.hxx index 04e8b0f..bb5a89d 100644 --- a/src/Section.hxx +++ b/src/Section.hxx @@ -1,7 +1,7 @@ #ifndef INCLUDE__Section_hxx #define INCLUDE__Section_hxx -#include "include.hxx" +#include "include_llvm.hxx" #include #include diff --git a/src/disassembler/Disassembler.hxx b/src/disassembler/Disassembler.hxx index 13c36b6..3effa25 100644 --- a/src/disassembler/Disassembler.hxx +++ b/src/disassembler/Disassembler.hxx @@ -2,7 +2,7 @@ #define INCLUDE__Disassembler_hxx #include "Target.hxx" -#include "include.hxx" +#include "include_llvm.hxx" class Disassembler { public: diff --git a/src/disassembler/InstructionReader.hxx b/src/disassembler/InstructionReader.hxx index a68644d..092e73c 100644 --- a/src/disassembler/InstructionReader.hxx +++ b/src/disassembler/InstructionReader.hxx @@ -1,4 +1,4 @@ -#include "include.hxx" +#include "include_llvm.hxx" #include "Instruction.hxx" #include "Target.hxx" diff --git a/src/disassembler/Target.cxx b/src/disassembler/Target.cxx index bb96b0d..79d590a 100644 --- a/src/disassembler/Target.cxx +++ b/src/disassembler/Target.cxx @@ -1,5 +1,4 @@ #include "Target.hxx" -#include "include.hxx" #include diff --git a/src/disassembler/Target.hxx b/src/disassembler/Target.hxx index 8710ba0..f72af7c 100644 --- a/src/disassembler/Target.hxx +++ b/src/disassembler/Target.hxx @@ -3,7 +3,7 @@ #include -#include "include.hxx" +#include "include_llvm.hxx" class Target { public: diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index 46a6676..34abc3a 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -1,5 +1,3 @@ -#include "include.hxx" - #include #include #include diff --git a/src/include.hxx b/src/include.hxx deleted file mode 100644 index e0beeea..0000000 --- a/src/include.hxx +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef INCLUDE__include_hxx -#define INCLUDE__include_hxx - -#include "llvm/ADT/OwningPtr.h" -#include "llvm/ADT/Triple.h" -#include "llvm/ADT/STLExtras.h" -#include "llvm/ADT/StringExtras.h" -#include "llvm/MC/MCAsmInfo.h" -#include "llvm/Object/ObjectFile.h" -#include "llvm/Object/Archive.h" -#include "llvm/MC/MCAsmInfo.h" -#include "llvm/MC/MCAtom.h" -#include "llvm/MC/MCContext.h" -#include "llvm/MC/MCDisassembler.h" -#include "llvm/MC/MCFunction.h" -#include "llvm/MC/MCInst.h" -#include "llvm/MC/MCInstPrinter.h" -#include "llvm/MC/MCInstrAnalysis.h" -#include "llvm/MC/MCInstrInfo.h" -#include "llvm/MC/MCModule.h" -#include "llvm/MC/MCObjectDisassembler.h" -#include "llvm/MC/MCObjectFileInfo.h" -#include "llvm/MC/MCObjectSymbolizer.h" -#include "llvm/MC/MCRegisterInfo.h" -#include "llvm/MC/MCRelocationInfo.h" -#include "llvm/MC/MCSubtargetInfo.h" -#include "llvm/Support/TargetRegistry.h" -#include "llvm/Support/TargetSelect.h" -#include "llvm/Support/StringRefMemoryObject.h" -#include "llvm/Support/GraphWriter.h" - -#endif diff --git a/src/include_llvm.hxx b/src/include_llvm.hxx new file mode 100644 index 0000000..41253f5 --- /dev/null +++ b/src/include_llvm.hxx @@ -0,0 +1,32 @@ +#ifndef INCLUDE__include_llvm_hxx +#define INCLUDE__include_llvm_hxx + +#include "llvm/ADT/OwningPtr.h" +#include "llvm/ADT/Triple.h" +#include "llvm/ADT/STLExtras.h" +#include "llvm/ADT/StringExtras.h" +#include "llvm/MC/MCAsmInfo.h" +#include "llvm/Object/ObjectFile.h" +#include "llvm/Object/Archive.h" +#include "llvm/MC/MCAsmInfo.h" +#include "llvm/MC/MCAtom.h" +#include "llvm/MC/MCContext.h" +#include "llvm/MC/MCDisassembler.h" +#include "llvm/MC/MCFunction.h" +#include "llvm/MC/MCInst.h" +#include "llvm/MC/MCInstPrinter.h" +#include "llvm/MC/MCInstrAnalysis.h" +#include "llvm/MC/MCInstrInfo.h" +#include "llvm/MC/MCModule.h" +#include "llvm/MC/MCObjectDisassembler.h" +#include "llvm/MC/MCObjectFileInfo.h" +#include "llvm/MC/MCObjectSymbolizer.h" +#include "llvm/MC/MCRegisterInfo.h" +#include "llvm/MC/MCRelocationInfo.h" +#include "llvm/MC/MCSubtargetInfo.h" +#include "llvm/Support/TargetRegistry.h" +#include "llvm/Support/TargetSelect.h" +#include "llvm/Support/StringRefMemoryObject.h" +#include "llvm/Support/GraphWriter.h" + +#endif diff --git a/src/main.cxx b/src/main.cxx index afcf930..e1a2d7c 100644 --- a/src/main.cxx +++ b/src/main.cxx @@ -1,4 +1,4 @@ -#include "include.hxx" +#include "include_llvm.hxx" #include #include