]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
form para crash fix from John
[lyx.git] / src / lyxfunc.h
index 735e2798fe77b4bc2b398225b30cf248ba45453d..6942650e1906291412a33bab54609e0619353d68 100644 (file)
@@ -2,19 +2,20 @@
 #ifndef LYXFUNC_H
 #define LYXFUNC_H
 
-#include <sigc++/signal_system.h>
-
 #ifdef __GNUG__
 #pragma interface
 #endif
 
-#include "commandtags.h"
+#include <X11/Xlib.h>
+#include <sigc++/signal_system.h>
+
+#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.