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