]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarBackend.cpp
adjust
[lyx.git] / src / ToolbarBackend.cpp
index c6f78f61edfd64092842ba87298ff25eea640d8f..8dbe44e7257e8b638ce6b16c9f6ac14810553eff 100644 (file)
@@ -22,8 +22,6 @@
 #include <boost/bind.hpp>
 #include <algorithm>
 
-#include "frontends/controllers/ControlMath.h"
-
 namespace lyx {
 
 using support::compare_ascii_no_case;
@@ -63,7 +61,7 @@ ToolbarItem::ToolbarItem(Type type, FuncRequest const & func, docstring const &
 
 
 ToolbarItem::ToolbarItem(Type type, string const & name, docstring const & label)
-       : type_(type), name_(name), label_(label)
+       : type_(type), label_(label), name_(name)
 {
 }