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:
Lars Gullik Bjønnes 2002-08-21 17:45:22 +00:00
parent fd1a4f75e8
commit e2ab5aa8e1
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,7 @@
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
* CutAndPaste.C (cutSelection): pasteParagraph now in global scope

View File

@ -12,12 +12,10 @@
#ifndef PARAGRAPH_FUNCS_H
#define PARAGRAPH_FUNCS_H
#include "ParagraphList.h"
#include "paragraph.h"
#include "support/types.h"
class BufferParams;
class Paragraph;
///
void breakParagraph(BufferParams const & bparams,