Only #include "version.h" in files that actually need it.

committer: mfx <mfx> 977430123 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2000-12-21 20:22:03 +00:00
parent f4f70634a1
commit 9fc785199a
4 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,6 @@
#endif
#include <limits.h>
#include "version.h"
#include "tailor.h"
#if !defined(__i386__)

View File

@ -27,6 +27,7 @@
#include "conf.h"
#include "version.h"
/*************************************************************************

View File

@ -27,6 +27,7 @@
#include "conf.h"
#include "version.h"
#include "mygetopt.h"
#include "file.h"

View File

@ -28,6 +28,7 @@
//#define WANT_STL
#include "conf.h"
#include "version.h"
#include "file.h"
#include "packer.h"
#include "filter.h"