]> git.lyx.org Git - lyx.git/blobdiff - src/funcrequest.h
Move #includes out of header files.
[lyx.git] / src / funcrequest.h
index a8298708e714e69921d851f8bae969a7f62f936b..ee4c7d1d3a41798ab403cdf011228894c2b3c4e7 100644 (file)
@@ -1,15 +1,18 @@
+// -*- C++ -*-
 /**
  * \file funcrequest.h
- * Copyright 2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FUNCREQUEST_H
 #define FUNCREQUEST_H
 
-#include "commandtags.h"
+#include "lfuns.h"
 #include "frontends/mouse_state.h"
 #include "LString.h"