Rename files in lyx.spec.in; do not include <config.h> in headers

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@295 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 1999-11-08 13:47:49 +00:00
parent 34c64b206e
commit 6fa667dbf2
7 changed files with 12 additions and 15 deletions

View File

@ -1,3 +1,14 @@
1999-11-08 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* src/support/LIstream.h,src/support/LOstream.h,
src/support/lyxstring.h,src/table.h,
src/lyxlookup.h: do not include <config.h> in header
files. This should be done in the .C files only.
* development/lyx.spec.in: WHATSNEW has been renamed to NEWS
(from Kayvan).
1999-11-05 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* config/lib_configure.m4,lib/configure,lib/lyxrc.example: update

View File

@ -111,7 +111,7 @@ cd $RPM_INSTALL_PREFIX/share/lyx
%files
%attr(-,root,root) %doc ABOUT-NLS ANNOUNCE OLD-CHANGES COPYING
%attr(-,root,root) %doc README UPGRADING WHATSNEW ChangeLog
%attr(-,root,root) %doc README UPGRADING ChangeLog NEWS
%attr(-,root,root) %doc lib/CREDITS README.reLyX
%attr(-,root,root) /usr/bin/*

View File

@ -13,7 +13,6 @@
different input methods for different frames, but for now we can
keep it as it is. */
#include <config.h>
#include <X11/Xlib.h>
// Initialize the compose key handling

View File

@ -13,10 +13,6 @@
#ifndef LISTREAM_H
#define LISTREAM_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef HAVE_ISTREAM
#include <istream>
#else

View File

@ -13,10 +13,6 @@
#ifndef LOSTREAM_H
#define LOSTREAM_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef HAVE_OSTREAM
#include <ostream>
#else

View File

@ -25,10 +25,6 @@
#pragma interface
#endif
#ifdef HAVE_CONFIG_H
#include <config.h> // needed at least for compilers that do not
#endif // understand `explicit' (JMarc)
#include "LOstream.h"
#include "LIstream.h"

View File

@ -14,7 +14,6 @@
#pragma interface
#endif
#include <config.h>
#include <stdio.h>
#include "definitions.h"
#include "lyxlex.h"