git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31283 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-06-27 23:38:48 +00:00
parent 7c3612f47d
commit bf4603576b
2 changed files with 0 additions and 5 deletions

View File

@ -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;

View File

@ -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;