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 --- cosv/inc/cosv/file.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'cosv') diff --git a/cosv/inc/cosv/file.hxx b/cosv/inc/cosv/file.hxx index 4011734ed142..86c880e73184 100644 --- a/cosv/inc/cosv/file.hxx +++ b/cosv/inc/cosv/file.hxx @@ -32,9 +32,6 @@ #include -class FileStrategy; - - namespace csv { -- cgit