Salome HOME
Remove redundant code
[modules/geom.git] / src / IGESPlugin / IGESPlugin_ExportDriver.hxx
index 353324deb7c2375a2388939cb3e05e445168baa0..cd9e000c17d6c3f8287952154b939658efc348cb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2014-2015  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -20,9 +20,6 @@
 #ifndef _IGESPlugin_ExportDriver_HXX
 #define _IGESPlugin_ExportDriver_HXX
 
-// internal includes
-#include "IGESPlugin_Engine.hxx"
-
 // GEOM includes
 #include "GEOM_BaseDriver.hxx"
 
@@ -31,7 +28,7 @@
 
 DEFINE_STANDARD_HANDLE( IGESPlugin_ExportDriver, GEOM_BaseDriver );
 
-class IGESPLUGINENGINE_EXPORT IGESPlugin_ExportDriver : public GEOM_BaseDriver
+class IGESPlugin_ExportDriver : public GEOM_BaseDriver
 {
 public:
   IGESPlugin_ExportDriver();