]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
remove noload/don't typeset
[lyx.git] / src / paragraph_funcs.h
index 5d2a051384d3a0aadde3e6c48ef72c6b22f66cf9..c9322a56093fe947bd4aad44123c61787f13a320 100644 (file)
@@ -1,23 +1,21 @@
 // -*- C++ -*-
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team. 
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
 #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,
@@ -30,14 +28,14 @@ void breakParagraphConservative(BufferParams const & bparams,
                                Paragraph *,
                                lyx::pos_type pos);
 
-#if 0
 /** Paste this paragraph with the next one.
     Be carefull, this doesent make any check at all.
-*/ 
+*/
 void pasteParagraph(BufferParams const & bparams,
                    Paragraph *);
 
 
+#if 0
 /// for the environments
 Paragraph * depthHook(Paragraph * par, Paragraph::depth_type depth);