mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 00:38:01 +00:00
remove some unneeded includes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5063 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fd1a4f75e8
commit
e2ab5aa8e1
@ -1,5 +1,7 @@
|
|||||||
2002-08-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
2002-08-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||||
|
|
||||||
|
* paragraph_funcs.h: remove some unneeded includes
|
||||||
|
|
||||||
* text.C (backspace): pasteParagraph now in global scipe
|
* text.C (backspace): pasteParagraph now in global scipe
|
||||||
|
|
||||||
* CutAndPaste.C (cutSelection): pasteParagraph now in global scope
|
* CutAndPaste.C (cutSelection): pasteParagraph now in global scope
|
||||||
|
@ -12,12 +12,10 @@
|
|||||||
#ifndef PARAGRAPH_FUNCS_H
|
#ifndef PARAGRAPH_FUNCS_H
|
||||||
#define PARAGRAPH_FUNCS_H
|
#define PARAGRAPH_FUNCS_H
|
||||||
|
|
||||||
#include "ParagraphList.h"
|
|
||||||
#include "paragraph.h"
|
|
||||||
|
|
||||||
#include "support/types.h"
|
#include "support/types.h"
|
||||||
|
|
||||||
class BufferParams;
|
class BufferParams;
|
||||||
|
class Paragraph;
|
||||||
|
|
||||||
///
|
///
|
||||||
void breakParagraph(BufferParams const & bparams,
|
void breakParagraph(BufferParams const & bparams,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user