From da7c04db11dd482f7b126e576fbc9a319d941aad Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 3 Jul 2001 13:04:32 +0000 Subject: [PATCH] do not include forms.h when not necessary git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2172 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 9 +++++++++ src/insets/ChangeLog | 4 ++++ src/insets/insetbib.C | 1 - src/lyxfunc.C | 1 - src/lyxfunc.h | 1 - src/lyxscreen.h | 1 - src/lyxvc.C | 1 - src/text2.C | 3 --- 8 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 36994efcef..ed6cb049be 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2001-07-03 Jean-Marc Lasgouttes + + * 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 * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc. diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 48281a8a3e..61fcbab7e8 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,7 @@ +2001-07-03 Jean-Marc Lasgouttes + + * insetbib.C: no meed to include forms.h here. + 2001-07-03 Angus Leeming * insettext.C: added using std::make_pair directive. diff --git a/src/insets/insetbib.C b/src/insets/insetbib.C index 13c5786cc7..70849d11db 100644 --- a/src/insets/insetbib.C +++ b/src/insets/insetbib.C @@ -7,7 +7,6 @@ #pragma implementation #endif -#include FORMS_H_LOCATION #include "frontends/Dialogs.h" #include "insetbib.h" #include "buffer.h" diff --git a/src/lyxfunc.C b/src/lyxfunc.C index 58bfe884af..fe755a51e1 100644 --- a/src/lyxfunc.C +++ b/src/lyxfunc.C @@ -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" diff --git a/src/lyxfunc.h b/src/lyxfunc.h index f1312dadd6..0572daf6bb 100644 --- a/src/lyxfunc.h +++ b/src/lyxfunc.h @@ -8,7 +8,6 @@ #pragma interface #endif -#include FORMS_H_LOCATION #include "commandtags.h" #include "func_status.h" #include "kbsequence.h" diff --git a/src/lyxscreen.h b/src/lyxscreen.h index 7ecfa3561a..ee247130c9 100644 --- a/src/lyxscreen.h +++ b/src/lyxscreen.h @@ -16,7 +16,6 @@ #pragma interface #endif -#include FORMS_H_LOCATION #include class LyXText; diff --git a/src/lyxvc.C b/src/lyxvc.C index b921cfb042..b1b94c6861 100644 --- a/src/lyxvc.C +++ b/src/lyxvc.C @@ -6,7 +6,6 @@ #include -#include FORMS_H_LOCATION #include "lyxvc.h" #include "vc-backend.h" #include "debug.h" diff --git a/src/text2.C b/src/text2.C index 471a65be75..7c7741710b 100644 --- a/src/text2.C +++ b/src/text2.C @@ -10,9 +10,6 @@ #include -#include FORMS_H_LOCATION - - #ifdef __GNUG__ #pragma implementation "lyxtext.h" #endif -- 2.39.2