]> git.lyx.org Git - features.git/commitdiff
some header insanity fixed
authorAlfredo Braunstein <abraunst@lyx.org>
Fri, 23 May 2003 13:54:09 +0000 (13:54 +0000)
committerAlfredo Braunstein <abraunst@lyx.org>
Fri, 23 May 2003 13:54:09 +0000 (13:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7028 a592a061-630c-0410-9148-cb99ea01b6c8

13 files changed:
src/BufferView_pimpl.C
src/ChangeLog
src/TextCache.C
src/TextCache.h
src/bufferlist.C
src/errorlist.h
src/format.C
src/format.h
src/graph.C
src/graphics/GraphicsConverter.C
src/graphics/PreviewLoader.C
src/lyxfunc.C
src/lyxrc.C

index 7a7790b3da3cdd5049046a4916b030d5eb8e095a..b4e9f5c6c186359dc6c9708e1753caeadca3fa71 100644 (file)
@@ -10,6 +10,7 @@
 
 #include "BufferView_pimpl.h"
 #include "bufferlist.h"
+#include "buffer.h"
 #include "bufferview_funcs.h"
 #include "lfuns.h"
 #include "debug.h"
index 98b5df0690561eb3b1927e91e54d6f920be0b06f..3908c9055df43d16f0b4d282b147105a91afb2c6 100644 (file)
@@ -1,3 +1,18 @@
+2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
+
+       * BufferView_pimpl.C:
+       * TextCache.C:
+       * TextCache.h:
+       * bufferlist.C:
+       * errorlist.h:
+       * format.C:
+       * format.h:
+       * graph.C:
+       * lyxfunc.C:
+       * lyxrc.C:
+       * graphics/GraphicsConverter.C:
+       * graphics/PreviewLoader.C: header adjustment
+
 2003-05-23  Angus Leeming  <leeming@lyx.org>
 
        * LaTeXFeatures.[Ch] (useBabel): new method.
index 8d94de42d9df63800d56f0923086b827f14824e3..6b4d57b73dd983bc751211e018d929beddd6e839 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "TextCache.h"
 #include "buffer.h"
+#include "lyxtext.h"
 #include "bufferlist.h"
 #include "debug.h"
 
index 32036e71cf76c8083a59bb93ef4059ba4d24c540..73bdf8f33a5d5aa321969e2fcb778b8ab72bdf72 100644 (file)
 #define TEXT_CACHE_H
 
 #include "LString.h"
-#include "lyxtext.h"
-#include "buffer.h"
 
 #include <iosfwd>
 #include <map>
 
+class Buffer;
+class LyXText;
 
 // This is only the very first implemetation and use of the TextCache,
 // operations on it needs to be put into a class or a namespace, that part
index cc2dcdcb0468647f3138613daa1cc4edffd391e5..52928050f62e5abbeab76f831c5480d85110fb0e 100644 (file)
@@ -13,6 +13,7 @@
 #include "bufferlist.h"
 #include "lyx_main.h"
 #include "lastfiles.h"
+#include "buffer.h"
 #include "debug.h"
 #include "lyxrc.h"
 #include "lyxtext.h"
index a10225790c24c7a11cd6c0c568a3af02ef48e23e..993d2b1f937ec320e432b144a41c1644011a238b 100644 (file)
@@ -13,9 +13,9 @@
  * Full author contact details are available in file CREDITS
  */
 
+#include "LString.h"
 
 #include <vector>
-#include "support/lstrings.h"
 
 class Buffer;
 class TeXErrors;
index 4f85ce34e9f8b669ad07b3d10c9162a8ee2332b0..73e037cc309cc0491e3cefdf2c0e3b6e2101f5e8 100644 (file)
@@ -8,8 +8,10 @@
  * Full author contact details are available in file CREDITS
  */
 
-#include "config.h"
+#include <config.h>
+
 #include "format.h"
+#include "buffer.h"
 #include "lyxrc.h"
 #include "debug.h"
 #include "lyx_cb.h" // for ShowMessage() ... to be removed?
@@ -18,6 +20,7 @@
 
 #include "frontends/Alert.h" //to be removed?
 
+#include "support/lstrings.h"
 #include "support/filetools.h"
 #include "support/path.h"
 #include "support/systemcall.h"
index a14909f23ceb05a12e78c84ff879a181d1b36279..e5e62cf9c1d44b3626cee7dee73e8118f313f85b 100644 (file)
 
 
 
-#include "buffer.h"
 #include "LString.h"
-#include "support/lstrings.h"
 
 #include <vector>
 
+class Buffer;
+
 string const papersize(Buffer const * buffer) ;
 
 class Format {
index 6c7ef87476d4d0971e4261b0246de4c848a02289..054799fb9292fc25dc0ad8754abeb75c901d4925 100644 (file)
@@ -14,6 +14,7 @@
 
 #include <queue>
 #include <vector>
+#include <algorithm>
 
 using std::queue;
 using std::vector;
index 41d8620a14c06796d880c6a04e2897b366a741e3..baf4abe44877fcfa088ab166d2c15a467b140be8 100644 (file)
@@ -20,6 +20,7 @@
 #include "support/forkedcall.h"
 #include "support/forkedcallqueue.h"
 #include "support/tostr.h"
+#include "support/lstrings.h"
 #include "support/lyxlib.h"
 
 #include <boost/bind.hpp>
index 55ac453d43057dfd198f128765de3b2ee10164aa..cf4ae4faaf2f9bfce80d02a749a9af4b61cd4b72 100644 (file)
@@ -29,6 +29,7 @@
 #include "support/forkedcall.h"
 #include "support/forkedcontr.h"
 #include "support/tostr.h"
+#include "support/lstrings.h"
 #include "support/lyxlib.h"
 
 #include <boost/bind.hpp>
index bb31273b0b96818ccc71b2cac246e5b292bd1798..62e7c80120c792d7a914bae82782403c3aaad3c1 100644 (file)
@@ -15,6 +15,7 @@
 #include "kbmap.h"
 #include "lyxrow.h"
 #include "bufferlist.h"
+#include "buffer.h"
 #include "BufferView.h"
 #include "lyxserver.h"
 #include "intl.h"
index 00a8ad27896091a972de132876bfba0aaa63f93e..f9ec51b0dd155ede370425e5a8f6b6ea4d3a06ee 100644 (file)
@@ -28,6 +28,7 @@
 #include "support/tostr.h"
 #include "support/filetools.h"
 #include "support/LAssert.h"
+#include "support/lstrings.h"
 #include "support/userinfo.h"
 
 using std::ostream;