Various trivial bits 'n' bats about config.h, header blurb etc.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7706 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-09-08 09:51:40 +00:00
parent d7e913da9e
commit f79df3dc11
8 changed files with 18 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2003-09-08 Angus Leeming <leeming@lyx.org>
* graph.C: #include <config.h>.
2003-09-08 Angus Leeming <leeming@lyx.org>
* BranchList.C:

View File

@ -1,3 +1,7 @@
2003-09-08 Angus Leeming <leeming@lyx.org>
* GPainter.h: do not #include <config.h> in header files.
2003-09-02 Angus Leeming <leeming@lyx.org>
* .cvsignore:

View File

@ -12,7 +12,6 @@
#ifndef GPAINTER_H
#define GPAINTER_H
#include <config.h>
#include <X11/Xft/Xft.h>
#include <map>

View File

@ -8,6 +8,8 @@
* Full author contact details are available in file CREDITS.
*/
#include <config.h>
#include "graph.h"
#include "format.h"

View File

@ -5,7 +5,7 @@
*
* \author Rob Lahaye
*
* Full author contact details available in file CREDITS.
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -1,3 +1,8 @@
2003-09-08 Angus Leeming <leeming@lyx.org>
* filename.C:
* filetools.C: tell the world where to find author contact details.
2003-09-08 Angus Leeming <leeming@lyx.org>
* boost-inst.C:

View File

@ -5,8 +5,7 @@
*
* \author Angus Leeming
*
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
* Full author contact details are available in file CREDITS.
*/
#include <config.h>

View File

@ -14,8 +14,7 @@
* \author John Levon
* \author Herbert Voß
*
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
* Full author contact details are available in file CREDITS.
*
* General path-mangling functions
*/