[Haiku-commits] r31283 - haiku/trunk/src/apps/debugger/debug_info
bonefish at BerliOS
bonefish at mail.berlios.de
Sun Jun 28 01:38:49 CEST 2009
Author: bonefish
Date: 2009-06-28 01:38:48 +0200 (Sun, 28 Jun 2009)
New Revision: 31283
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=31283&view=rev
Modified:
haiku/trunk/src/apps/debugger/debug_info/DebuggerImageDebugInfo.h
haiku/trunk/src/apps/debugger/debug_info/DebuggerTeamDebugInfo.h
Log:
Cleanup.
Modified: haiku/trunk/src/apps/debugger/debug_info/DebuggerImageDebugInfo.h
===================================================================
--- haiku/trunk/src/apps/debugger/debug_info/DebuggerImageDebugInfo.h 2009-06-27 23:38:17 UTC (rev 31282)
+++ haiku/trunk/src/apps/debugger/debug_info/DebuggerImageDebugInfo.h 2009-06-27 23:38:48 UTC (rev 31283)
@@ -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;
Modified: haiku/trunk/src/apps/debugger/debug_info/DebuggerTeamDebugInfo.h
===================================================================
--- haiku/trunk/src/apps/debugger/debug_info/DebuggerTeamDebugInfo.h 2009-06-27 23:38:17 UTC (rev 31282)
+++ haiku/trunk/src/apps/debugger/debug_info/DebuggerTeamDebugInfo.h 2009-06-27 23:38:48 UTC (rev 31283)
@@ -10,7 +10,6 @@
class Architecture;
class DebuggerInterface;
-class FunctionDebugInfo;
class ImageInfo;
@@ -26,7 +25,6 @@
virtual status_t CreateImageDebugInfo(const ImageInfo& imageInfo,
SpecificImageDebugInfo*& _imageDebugInfo);
-
private:
DebuggerInterface* fDebuggerInterface;
Architecture* fArchitecture;
More information about the Haiku-commits
mailing list