From 28a9daa060e51a835f651d17b7424f6096f6a1a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Mon, 25 Mar 2002 22:07:48 +0000 Subject: [PATCH] reorder includes and some ws git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3828 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 8 ++++++-- src/Makefile.am | 3 +++ src/lyxvc.C | 12 +++++++----- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 4b19ac89aa..24b9d97817 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,13 +1,17 @@ +2002-03-25 Lars Gullik Bjønnes + + * lyxvc.C: reorder includes. + 2002-03-25 John Levon * BufferView_pimpl.C (updateScrollbar): update on buffer switch properly - + 2002-03-19 John Levon * CutAndPaste.C: change layouts earlier on paste to avoid crashing when calling getFont() - + 2002-03-22 Angus Leeming * PrinterParams.h: #include "lyxrc.h" and remove that bloody diff --git a/src/Makefile.am b/src/Makefile.am index cecc43e101..d594091425 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,8 +33,11 @@ EXTRA_DIST = config.h.in stamp-h.in cheaders ext_l10n.h version.C.in \ counters.h INCLUDES = $(SIGC_CFLAGS) $(BOOST_INCLUDES) $(PSPELL_INCLUDES) + localedir = $(datadir)/locale + BUILT_SOURCES = version.C + lyx_SOURCES = \ BufferView.C \ BufferView.h \ diff --git a/src/lyxvc.C b/src/lyxvc.C index b8980d6f6e..38d9278dd7 100644 --- a/src/lyxvc.C +++ b/src/lyxvc.C @@ -4,20 +4,22 @@ #pragma implementation #endif -#include - -#include "frontends/Alert.h" #include "lyxvc.h" #include "vc-backend.h" #include "debug.h" #include "buffer.h" #include "BufferView.h" #include "gettext.h" -#include "support/filetools.h" -#include "support/lyxlib.h" #include "LyXView.h" #include "lyxfunc.h" +#include "frontends/Alert.h" + +#include "support/filetools.h" +#include "support/lyxlib.h" + +#include + using std::endl; using std::pair; -- 2.39.2