]> git.lyx.org Git - features.git/commitdiff
do not include forms.h when not necessary
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 3 Jul 2001 13:04:32 +0000 (13:04 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 3 Jul 2001 13:04:32 +0000 (13:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2172 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/insets/ChangeLog
src/insets/insetbib.C
src/lyxfunc.C
src/lyxfunc.h
src/lyxscreen.h
src/lyxvc.C
src/text2.C

index 36994efcef26682d39fec906dc8722fb35b732bf..ed6cb049be5dc97f6286330544bb39f76e27ed9c 100644 (file)
@@ -1,3 +1,12 @@
+2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxfunc.C: no need to include figure_form.h here.
+
+       * lyxfunc.h: 
+       * lyxscreen.h: 
+       * text2.C: 
+       * lyxvc.C: no need to include forms.h here.
+
 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
index 48281a8a3ee2d7da4a56da0bb2cf62e0e89cfd6e..61fcbab7e85b29cfecea69ccd9c33d62fef819fc 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * insetbib.C: no meed to include forms.h here.
+
 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * insettext.C: added using std::make_pair directive.
index 13c5786cc7a14aa5618e5d640b643a51c586f579..70849d11db3012c99c8ec7fedfac4d5995e16da8 100644 (file)
@@ -7,7 +7,6 @@
 #pragma implementation
 #endif
 
-#include FORMS_H_LOCATION  
 #include "frontends/Dialogs.h"
 #include "insetbib.h"
 #include "buffer.h"
index 58bfe884af9a7d5c305b3eaba5d4f6b131d3b711..fe755a51e18be6f40a21ee0202c654cc327f834f 100644 (file)
@@ -32,7 +32,6 @@
 #include "BufferView.h"
 #include "ColorHandler.h"
 #include "lyxserver.h"
-#include "figure_form.h"
 #include "intl.h"
 #include "lyx_main.h"
 #include "lyx_cb.h"
index f1312dadd6c28ced347421141e5c8798e8fa660d..0572daf6bbf69ccbe00b510d52564979b26c1a29 100644 (file)
@@ -8,7 +8,6 @@
 #pragma interface
 #endif
 
-#include FORMS_H_LOCATION
 #include "commandtags.h"
 #include "func_status.h"
 #include "kbsequence.h"
index 7ecfa3561ae66b28420d230c36bf113efcf34bb9..ee247130c933b3db6f3db929f9b94c7bea01df69 100644 (file)
@@ -16,7 +16,6 @@
 #pragma interface
 #endif
 
-#include FORMS_H_LOCATION
 #include <X11/Xlib.h>
 
 class LyXText;
index b921cfb0427c7d118e2c5ba99532763dbe3423a9..b1b94c6861facfb15374f4596d2e289b54d130dc 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <unistd.h>
 
-#include FORMS_H_LOCATION
 #include "lyxvc.h"
 #include "vc-backend.h"
 #include "debug.h"
index 471a65be75f117113a32f860b7f472397c35baf7..7c7741710b8343e71547ae8dba2b12b42018a0c8 100644 (file)
@@ -10,9 +10,6 @@
 
 #include <config.h>
 
-#include FORMS_H_LOCATION
-
-
 #ifdef __GNUG__
 #pragma implementation "lyxtext.h"
 #endif