]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsConverter.h
The free_spacing patch and fix to the mess that Rob discovered.
[lyx.git] / src / graphics / GraphicsConverter.h
index 8bd994f5c9d770ec2e974abac4fbeeafc23e3820..dd221287a1fc173f763aecf8f758b35af8e6c358 100644 (file)
@@ -1,11 +1,12 @@
 // -*- C++ -*-
 /**
  *  \file GraphicsConverter.h
- *  Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *  \author Angus Leeming 
+ *  \author Angus Leeming
  *
- * Full author contact details available in file CREDITS
+ * Full author contact details are available in file CREDITS
  *
  *  The controller of a conversion process from file AA of format A to
  *  file BB of format B.
 #ifndef GRAPHICSCONVERTER_H
 #define GRAPHICSCONVERTER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 #include <boost/signals/signal1.hpp>
 #include <boost/scoped_ptr.hpp>