]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
Move #includes out of header files.
[lyx.git] / src / lyxfunc.h
index 19a403b56dd2a83aa7010055a8614fae3098c6f0..696f98f9dba63bfb437731c57f725c4b0c354040 100644 (file)
@@ -1,14 +1,27 @@
 // -*- C++ -*-
+/**
+ * \file lyxfunc.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author John Levon
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #ifndef LYXFUNC_H
 #define LYXFUNC_H
 
-#include "FuncStatus.h"
 #include "kbsequence.h"
 #include "lfuns.h"
 #include "LString.h"
 
 #include <boost/signals/trackable.hpp>
 
+class FuncStatus;
 class LyXView;
 class LyXText;
 class FuncRequest;