]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRef.C
delete unneeded BufferView.h declaration.
[lyx.git] / src / mathed / InsetMathRef.C
index 4fbe793883e3b075606d8b9165d01cf07d78e215..ac9f9726cbc8bf6ec95719102f145ae5fc76522d 100644 (file)
 #include "outputparams.h"
 #include "sgml.h"
 
-#include "frontends/LyXView.h"
-#include "frontends/Dialogs.h"
-
 using std::string;
 using std::auto_ptr;
 using std::endl;
 
 
-
 RefInset::RefInset()
        : CommandInset("ref")
 {}