From fb91dabdae4baf4e10650c2e5ec850afff91cbc6 Mon Sep 17 00:00:00 2001 From: Michael Reuter <reuterma@ornl.gov> Date: Wed, 12 Jan 2011 16:54:29 +0000 Subject: [PATCH] Removed unnecessary forward reference. This refs #2167. --- .../Framework/MDDataObjects/inc/MDDataObjects/IMD_FileFormat.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Code/Mantid/Framework/MDDataObjects/inc/MDDataObjects/IMD_FileFormat.h b/Code/Mantid/Framework/MDDataObjects/inc/MDDataObjects/IMD_FileFormat.h index 530a0c6ef89..b6b9f02bd12 100644 --- a/Code/Mantid/Framework/MDDataObjects/inc/MDDataObjects/IMD_FileFormat.h +++ b/Code/Mantid/Framework/MDDataObjects/inc/MDDataObjects/IMD_FileFormat.h @@ -41,7 +41,6 @@ class MDImage; class MDPointDescription; class MDDataPoints; // -class Mantid::Kernel::Logger; /** class describes the interface to file operations, which are supported by generic MD dataset */ @@ -93,4 +92,4 @@ protected: } // MDDataObjects } // Mantid; -#endif \ No newline at end of file +#endif -- GitLab