]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCache.h
The free_spacing patch and fix to the mess that Rob discovered.
[lyx.git] / src / graphics / GraphicsCache.h
index f3c764af738d4c5c0d04135a2f3f6bd6065f5957..ca4d02977679a7a34b0656f2c516f7df13a71395 100644 (file)
@@ -1,12 +1,13 @@
 // -*- C++ -*-
 /**
  *  \file GraphicsCache.h
- *  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
  *
- * Full author contact details available in file CREDITS
+ * Full author contact details are available in file CREDITS
  *
  *  grfx::Cache is the manager of the image cache.
  *  It is responsible for creating the grfx::CacheItem's and maintaining them.
 #ifndef GRAPHICSCACHE_H
 #define GRAPHICSCACHE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 #include <vector>
 #include <boost/utility.hpp>