From bf4603576b55721e04cb242024af181fb6852a11 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 27 Jun 2009 23:38:48 +0000 Subject: [PATCH] Cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31283 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/debugger/debug_info/DebuggerImageDebugInfo.h | 3 --- src/apps/debugger/debug_info/DebuggerTeamDebugInfo.h | 2 -- 2 files changed, 5 deletions(-) diff --git a/src/apps/debugger/debug_info/DebuggerImageDebugInfo.h b/src/apps/debugger/debug_info/DebuggerImageDebugInfo.h index b484633291..9950d2592e 100644 --- a/src/apps/debugger/debug_info/DebuggerImageDebugInfo.h +++ b/src/apps/debugger/debug_info/DebuggerImageDebugInfo.h @@ -5,15 +5,12 @@ #ifndef DEBUGGER_IMAGE_DEBUG_INFO_H #define DEBUGGER_IMAGE_DEBUG_INFO_H -#include - #include "ImageInfo.h" #include "SpecificImageDebugInfo.h" class Architecture; class DebuggerInterface; -class FunctionDebugInfo; class SymbolInfo; diff --git a/src/apps/debugger/debug_info/DebuggerTeamDebugInfo.h b/src/apps/debugger/debug_info/DebuggerTeamDebugInfo.h index 6673984eb8..41e362cbd9 100644 --- a/src/apps/debugger/debug_info/DebuggerTeamDebugInfo.h +++ b/src/apps/debugger/debug_info/DebuggerTeamDebugInfo.h @@ -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;