diff options
author | pixel <pixel> | 2007-05-30 11:58:50 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-05-30 11:58:50 +0000 |
commit | 7e703f0b3c2d376a62b2d3c52aa4b8d3fcdbf5f0 (patch) | |
tree | c3d4e4334eb22931c1ba6e5f46ed1101330471b9 /lib | |
parent | f308a95a3980b325947d17e84da0f29e3e73ce55 (diff) |
Header deletion went a bit fast.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CopyJob.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CopyJob.cc b/lib/CopyJob.cc index 1044c92..0cf7f4b 100644 --- a/lib/CopyJob.cc +++ b/lib/CopyJob.cc @@ -17,8 +17,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: CopyJob.cc,v 1.33 2007-05-30 11:57:09 pixel Exp $ */ +/* $Id: CopyJob.cc,v 1.34 2007-05-30 11:58:50 pixel Exp $ */ +#ifdef HAVE_CONFIG_H #include "config.h" #endif #include "CopyJob.h" |