]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCacheItem.h
add missing 'else'
[lyx.git] / src / graphics / GraphicsCacheItem.h
index 7f008244fb0b982ea232690708270da2fb3f4b98..3e8755fcaad7b6391d3eb21dfe373283a2dd04cb 100644 (file)
@@ -1,12 +1,13 @@
 // -*- C++ -*-
 /**
  * \file GraphicsCacheItem.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 
+ * \author Baruch Even
+ * \author Angus Leeming
  *
- * Full author contact details available in file CREDITS
+ * Full author contact details are available in file CREDITS
  *
  * The graphics cache is a container of grfx::CacheItems.
  * Each grfx::CacheItem, defined here represents a separate image file.
 #ifndef GRAPHICSCACHEITEM_H
 #define GRAPHICSCACHEITEM_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "GraphicsTypes.h"
 #include "LString.h"