]> git.lyx.org Git - lyx.git/blobdiff - src/text_funcs.h
Point fix, earlier forgotten
[lyx.git] / src / text_funcs.h
index 4b183beb7e2c7ab2afc7daee65d291f7cdd50204..5efd2f370663d09d25b7c2e94972a22b6c97fffb 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file text_funcs.h
  * This file is part of LyX, the document processor.
@@ -6,7 +7,7 @@
  * \author Lars Gullik Bjønnes
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  *
  * This file contains some utility functions for actually mutating
  * the text contents of a document 
@@ -15,8 +16,6 @@
 #ifndef TEXT_FUNCS_H
 #define TEXT_FUNCS_H
 
-#include <config.h>
-
 #include "support/types.h"
 
 class LyXCursor;