From 9fc785199a0c361891aa0d379395be20e130284b Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 21 Dec 2000 20:22:03 +0000 Subject: [PATCH] Only #include "version.h" in files that actually need it. committer: mfx 977430123 +0000 --- src/conf.h | 1 - src/help.cpp | 1 + src/main.cpp | 1 + src/packer.cpp | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/conf.h b/src/conf.h index 35cbd279..911979ed 100644 --- a/src/conf.h +++ b/src/conf.h @@ -38,7 +38,6 @@ #endif #include -#include "version.h" #include "tailor.h" #if !defined(__i386__) diff --git a/src/help.cpp b/src/help.cpp index cf75e1b9..06c4951e 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -27,6 +27,7 @@ #include "conf.h" +#include "version.h" /************************************************************************* diff --git a/src/main.cpp b/src/main.cpp index d2441229..a37d3e74 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -27,6 +27,7 @@ #include "conf.h" +#include "version.h" #include "mygetopt.h" #include "file.h" diff --git a/src/packer.cpp b/src/packer.cpp index eff5fe9f..70d81cb0 100644 --- a/src/packer.cpp +++ b/src/packer.cpp @@ -28,6 +28,7 @@ //#define WANT_STL #include "conf.h" +#include "version.h" #include "file.h" #include "packer.h" #include "filter.h"