]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/Previews.h
Purely mechanical: move fragile into LatexRunParams.
[lyx.git] / src / graphics / Previews.h
index 6cb1d481d3879d4bd8c43c52a453b15ce8de1fb1..f088fd68de9ce8d609418659ed11c75254b82145 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  *  \file Previews.h
- *  Copyright 2002 the LyX Team
- *  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 <leeming@lyx.org>
+ * \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS
  *
  *  grfx::Previews is a singleton class that stores the grfx::PreviewLoader
  *  for each buffer requiring one.
 #ifndef PREVIEWS_H
 #define PREVIEWS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 #include <boost/utility.hpp>
 #include <boost/scoped_ptr.hpp>