From d1ba5419cf9f75fe437b835e49d3b75459dd48c2 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 6 Aug 2012 16:26:32 +0200 Subject: Remove non-existing forward declarations Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6 --- rsc/inc/rscall.h | 1 - 1 file changed, 1 deletion(-) (limited to 'rsc') diff --git a/rsc/inc/rscall.h b/rsc/inc/rscall.h index 789df421613d..1108fcfa7061 100644 --- a/rsc/inc/rscall.h +++ b/rsc/inc/rscall.h @@ -32,7 +32,6 @@ typedef char * CLASS_DATA; // Zeiger auf die Daten einer Klasse class RscCompiler; class RscTop; class RscTypCont; -class RscIncList; /******************* G l o b a l V a r i a b l e s *********************/ extern rtl::OString* pStdParType; -- cgit