From 0454d885d5994f4d6b765864b77998137dad7204 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Thu, 15 May 2014 13:40:49 +0200 Subject: [PATCH] Rename include.hxx to include_llvm.hxx --- CMakeLists.txt | 2 +- src/Binary.hxx | 2 +- src/Section.hxx | 2 +- src/disassembler/Disassembler.hxx | 2 +- src/disassembler/InstructionReader.hxx | 2 +- src/disassembler/Target.cxx | 1 - src/disassembler/Target.hxx | 2 +- src/gui/Mainwindow.hxx | 2 -- src/{include.hxx => include_llvm.hxx} | 4 ++-- src/main.cxx | 2 +- 10 files changed, 9 insertions(+), 12 deletions(-) rename src/{include.hxx => include_llvm.hxx} (93%) 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_llvm.hxx similarity index 93% rename from src/include.hxx rename to src/include_llvm.hxx index e0beeea..41253f5 100644 --- a/src/include.hxx +++ b/src/include_llvm.hxx @@ -1,5 +1,5 @@ -#ifndef INCLUDE__include_hxx -#define INCLUDE__include_hxx +#ifndef INCLUDE__include_llvm_hxx +#define INCLUDE__include_llvm_hxx #include "llvm/ADT/OwningPtr.h" #include "llvm/ADT/Triple.h" 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 -- 2.39.2