Skip to content

Commit 45f4d90

Browse files
committed
nbplkup: put loose unicode include where it belongs with the other libatalk includes
1 parent e202cd5 commit 45f4d90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bin/nbp/nbplkup.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@
2929
#include <netatalk/endian.h>
3030
#include <netatalk/at.h>
3131
#include <atalk/nbp.h>
32+
#include <atalk/unicode.h>
3233
#include <atalk/util.h>
3334
#include <string.h>
3435
#include <stdbool.h>
3536
#include <stdio.h>
3637
#include <stdlib.h>
3738

38-
39-
#include <atalk/unicode.h>
40-
4139
#define MACCHARSET "MAC_ROMAN"
4240

4341
static char *Obj = "=";

0 commit comments

Comments
 (0)