Skip to content
  • Niels Möller's avatar
    * Changed include file ordering, to follow the same conventions as · a2b18545
    Niels Möller authored
    lsh and nettle: .c-files include config.h first, then system
    files, and finally sftp files. .h-files never include config.h,
    and they include system files before sftp files.
    
    Rev: src/sftp/ChangeLog:1.49
    Rev: src/sftp/buffer.c:1.18
    Rev: src/sftp/buffer.h:1.12
    Rev: src/sftp/client.c:1.6
    Rev: src/sftp/commands.c:1.15
    Rev: src/sftp/dc.c:1.6
    Rev: src/sftp/dc.h:1.4
    Rev: src/sftp/filemode.c:1.2
    Rev: src/sftp/gnu_stuff.c:1.8
    Rev: src/sftp/gnu_stuff.h:1.4
    Rev: src/sftp/idcache.c:1.4
    Rev: src/sftp/io_input.c:1.3
    Rev: src/sftp/io_output.c:1.3
    Rev: src/sftp/lsftp.c:1.6
    Rev: src/sftp/lsftp.h:1.2
    Rev: src/sftp/misc_fun.c:1.4
    Rev: src/sftp/misc_fun.h:1.3
    Rev: src/sftp/rl.c:1.9
    Rev: src/sftp/rl.h:1.4
    Rev: src/sftp/sftp-server.c:1.21
    Rev: src/sftp/sftp-test-client.c:1.14
    Rev: src/sftp/sftp_bind.c:1.15
    Rev: src/sftp/sftp_bind.h:1.9
    Rev: src/sftp/sftp_c.c:1.8
    Rev: src/sftp/sftp_c.h:1.6
    Rev: src/sftp/str_utils.c:1.7
    Rev: src/sftp/str_utils.h:1.4
    Rev: src/sftp/werror.c:1.3
    Rev: src/sftp/werror.h:1.3
    Rev: src/sftp/xmalloc.c:1.3
    a2b18545