Cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31283 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,15 +5,12 @@
|
|||||||
#ifndef DEBUGGER_IMAGE_DEBUG_INFO_H
|
#ifndef DEBUGGER_IMAGE_DEBUG_INFO_H
|
||||||
#define DEBUGGER_IMAGE_DEBUG_INFO_H
|
#define DEBUGGER_IMAGE_DEBUG_INFO_H
|
||||||
|
|
||||||
#include <String.h>
|
|
||||||
|
|
||||||
#include "ImageInfo.h"
|
#include "ImageInfo.h"
|
||||||
#include "SpecificImageDebugInfo.h"
|
#include "SpecificImageDebugInfo.h"
|
||||||
|
|
||||||
|
|
||||||
class Architecture;
|
class Architecture;
|
||||||
class DebuggerInterface;
|
class DebuggerInterface;
|
||||||
class FunctionDebugInfo;
|
|
||||||
class SymbolInfo;
|
class SymbolInfo;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
class Architecture;
|
class Architecture;
|
||||||
class DebuggerInterface;
|
class DebuggerInterface;
|
||||||
class FunctionDebugInfo;
|
|
||||||
class ImageInfo;
|
class ImageInfo;
|
||||||
|
|
||||||
|
|
||||||
@@ -26,7 +25,6 @@ public:
|
|||||||
virtual status_t CreateImageDebugInfo(const ImageInfo& imageInfo,
|
virtual status_t CreateImageDebugInfo(const ImageInfo& imageInfo,
|
||||||
SpecificImageDebugInfo*& _imageDebugInfo);
|
SpecificImageDebugInfo*& _imageDebugInfo);
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
DebuggerInterface* fDebuggerInterface;
|
DebuggerInterface* fDebuggerInterface;
|
||||||
Architecture* fArchitecture;
|
Architecture* fArchitecture;
|
||||||
|
|||||||
Reference in New Issue
Block a user