]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/PreviewImage.h
Removed all redundant using directives from the source.
[lyx.git] / src / graphics / PreviewImage.h
index f76ff1f2461d01ccc0c22f73f182b3e66eb14d8e..1289fde12f12cc841cdcfdde55bcd76ec8dfebd6 100644 (file)
@@ -1,21 +1,21 @@
 // -*- C++ -*-
 /**
- *  \file PreviewImage.h
+ * \file PreviewImage.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef PREVIEWIMAGE_H
 #define PREVIEWIMAGE_H
 
-#include "LString.h"
+#include "support/std_string.h"
 #include <boost/scoped_ptr.hpp>
 
-class Inset;
+class InsetOld;
 
 namespace lyx {
 namespace graphics {