X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fpreview.h;h=9ce6b42217dbd35dd3b0bdc7907ef58e063c67f5;hb=d359dd8fca52c4f0100f7cf4bf636113c5c4e49f;hp=5ba7fd7fd0894f7af14fdd5b26a5af5ba011ab56;hpb=6aa8d56bddcb29d2c266dc520a4e725958c31db1;p=lyx.git diff --git a/src/mathed/preview.h b/src/mathed/preview.h index 5ba7fd7fd0..9ce6b42217 100644 --- a/src/mathed/preview.h +++ b/src/mathed/preview.h @@ -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