]> git.lyx.org Git - features.git/blobdiff - src/funcrequest.h
Replace LString.h with support/std_string.h,
[features.git] / src / funcrequest.h
index a8298708e714e69921d851f8bae969a7f62f936b..5ebe6fa9d1d429110d4b14c73c89d047f8a3ed75 100644 (file)
@@ -1,17 +1,20 @@
+// -*- 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"
+#include "support/std_string.h"
 
 class BufferView;