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)
#ifndef INCLUDE__Binary_hxx
#define INCLUDE__Binary_hxx
-#include "include.hxx"
+#include "include_llvm.hxx"
#include "Section.hxx"
#include <string>
#ifndef INCLUDE__Section_hxx
#define INCLUDE__Section_hxx
-#include "include.hxx"
+#include "include_llvm.hxx"
#include <string>
#include <vector>
#define INCLUDE__Disassembler_hxx
#include "Target.hxx"
-#include "include.hxx"
+#include "include_llvm.hxx"
class Disassembler {
public:
-#include "include.hxx"
+#include "include_llvm.hxx"
#include "Instruction.hxx"
#include "Target.hxx"
#include "Target.hxx"
-#include "include.hxx"
#include <string>
#include <log4cxx/logger.h>
-#include "include.hxx"
+#include "include_llvm.hxx"
class Target {
public:
-#include "include.hxx"
-
#include <QTextEdit>
#include <QPushButton>
#include <QMainWindow>
+++ /dev/null
-#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
--- /dev/null
+#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
-#include "include.hxx"
+#include "include_llvm.hxx"
#include <iostream>
#include <climits>