]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsImage.C
Store an InsetBase & in MailInset.
[lyx.git] / src / graphics / GraphicsImage.C
index 2553afe77e3853b2fb9a93154f85ae1bbc50bf0b..fd1ae1041ce2ee07c218257e6feccdb635f83469 100644 (file)
@@ -1,20 +1,17 @@
 /**
  * \file GraphicsImage.C
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Baruch Even 
- * \author Angus Leeming 
- * \author Herbert Voss 
+ * \author Baruch Even
+ * \author Angus Leeming
+ * \author Herbert Voss
  *
- * Full author contact details available in file CREDITS
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "GraphicsImage.h"
 #include "GraphicsParams.h"
 #include "debug.h"
@@ -57,4 +54,3 @@ Image::getScaledDimensions(Params const & params) const
 }
 
 } // namespace grfx
-