Consistent headers in support.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7682 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-09-05 15:34:37 +00:00
parent 97035ea00a
commit 68a06b9c46
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2003-09-05 Angus Leeming <leeming@lyx.org>
* lyxmanip.h:
* textutils.h:
ensure that the header file can be compiled stand-alone.
2003-09-04 Lars Gullik Bjønnes <larsbj@lyx.org>
* lstrings.[Ch] (bformat): add a variant taking two ints.

View File

@ -12,6 +12,7 @@
#ifndef LYX_MANIP_H
#define LYX_MANIP_H
#include "LString.h"
#include "support/LOstream.h"
///

View File

@ -15,6 +15,8 @@
#ifndef TEXTUTILS_H
#define TEXTUTILS_H
#include "paragraph.h"
/// return true if the char is a word separator
inline
bool IsSeparatorChar(char c)