]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/preview.h
remove unneeded member
[lyx.git] / src / mathed / preview.h
index 5ba7fd7fd0894f7af14fdd5b26a5af5ba011ab56..9ce6b42217dbd35dd3b0bdc7907ef58e063c67f5 100644 (file)
@@ -2,8 +2,7 @@
 #define PREVIEW_H
 
 #include "LString.h"
-#include "graphics/GraphicsTypes.h"
 
-bool preview(string const & str, grfx::GraphicPtr & graphic);
+bool preview(string const & str);
 
 #endif