diff options
author | pixel <pixel> | 2003-03-18 16:00:37 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-03-18 16:00:37 +0000 |
commit | af3debf2153eac52fec1844593d09191af23ce4d (patch) | |
tree | 2ec551de1c3206f2ca321184db0bc4aabdc208a6 /lib/CopyJob.cc | |
parent | 4331fdd18a60deea4951c54f2575abed0864ca83 (diff) |
Gettext
Diffstat (limited to 'lib/CopyJob.cc')
-rw-r--r-- | lib/CopyJob.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CopyJob.cc b/lib/CopyJob.cc index 2554654..fc2a0ca 100644 --- a/lib/CopyJob.cc +++ b/lib/CopyJob.cc @@ -1,8 +1,8 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include "gettext.h" #include "CopyJob.h" +#include "gettext.h" CopyJob::CopyJob(Handle * as, Handle * ad, ssize_t asiz, bool ads, bool add, int ashape) : s(as), d(ad), ds(ads), dd(add), siz(asiz), cursiz(0), r(0), w(0), tw(0), shape(ashape) { struct timezone tz; |