diff options
Diffstat (limited to 'cp_mv.c')
-rw-r--r-- | cp_mv.c | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -25,13 +25,6 @@ | |||
25 | * | 25 | * |
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include "busybox.h" | ||
29 | #define BB_DECLARE_EXTERN | ||
30 | #define bb_need_name_too_long | ||
31 | #define bb_need_omitting_directory | ||
32 | #define bb_need_not_a_directory | ||
33 | #include "messages.c" | ||
34 | |||
35 | #include <stdio.h> | 28 | #include <stdio.h> |
36 | #include <time.h> | 29 | #include <time.h> |
37 | #include <utime.h> | 30 | #include <utime.h> |
@@ -43,6 +36,13 @@ | |||
43 | #include <errno.h> | 36 | #include <errno.h> |
44 | #include <getopt.h> | 37 | #include <getopt.h> |
45 | #include <stdlib.h> | 38 | #include <stdlib.h> |
39 | #include "busybox.h" | ||
40 | #define BB_DECLARE_EXTERN | ||
41 | #define bb_need_name_too_long | ||
42 | #define bb_need_omitting_directory | ||
43 | #define bb_need_not_a_directory | ||
44 | #include "messages.c" | ||
45 | |||
46 | 46 | ||
47 | static const int is_cp = 0; | 47 | static const int is_cp = 0; |
48 | static const int is_mv = 1; | 48 | static const int is_mv = 1; |