summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-06 16:26:32 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-07 13:45:26 +0200
commitd1ba5419cf9f75fe437b835e49d3b75459dd48c2 (patch)
tree030dd7522098e4e03f0d64304e48cb866dfc375f /rsc
parent5502be9695b67b094d581d108dc9ebddc161cc60 (diff)
Remove non-existing forward declarations
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
Diffstat (limited to 'rsc')
-rw-r--r--rsc/inc/rscall.h1
1 files changed, 0 insertions, 1 deletions
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;