These messages can be .rodata, so make them even more const.
[oweals/busybox.git] / ln.c
diff --git a/ln.c b/ln.c
index e35bf7a033769ffc4ba2ca57943e89cdda9cf611..7412a86fd124dd7a581a0227efa03e1d0c231f86 100644 (file)
--- a/ln.c
+++ b/ln.c
  *
  */
 
-#include "busybox.h"
-#define BB_DECLARE_EXTERN
-#define bb_need_not_a_directory
-#include "messages.c"
-
 #include <stdio.h>
 #include <dirent.h>
 #include <string.h>
 #include <stdlib.h>
 #include <errno.h>
 #include <unistd.h>
+#include "busybox.h"
+
 
 static const int LN_SYMLINK = 1;
 static const int LN_FORCE = 2;