X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfunc.h;h=6942650e1906291412a33bab54609e0619353d68;hb=cb52251ccff29d6cbfa13ab90a96be566e3f41ac;hp=735e2798fe77b4bc2b398225b30cf248ba45453d;hpb=efe0b0b8eb340b7c34ead8afe5d81b410d5e7865;p=lyx.git diff --git a/src/lyxfunc.h b/src/lyxfunc.h index 735e2798fe..6942650e19 100644 --- a/src/lyxfunc.h +++ b/src/lyxfunc.h @@ -2,19 +2,20 @@ #ifndef LYXFUNC_H #define LYXFUNC_H -#include - #ifdef __GNUG__ #pragma interface #endif -#include "commandtags.h" +#include +#include + +#include "commandtags.h" // for kb_action enum #include "func_status.h" #include "kbsequence.h" -#include "insets/inset.h" #include "LString.h" class LyXView; +class LyXText; /** This class encapsulates all the LyX command operations.