jcs's openbsd hax
openbsd

Reorder headers as per KNF.

dtucker 4d2043fc 9645f12e

+4 -4
+4 -4
usr.bin/ssh/packet.h
··· 1 - /* $OpenBSD: packet.h,v 1.104 2025/11/27 02:18:48 dtucker Exp $ */ 1 + /* $OpenBSD: packet.h,v 1.105 2026/02/08 17:50:49 dtucker Exp $ */ 2 2 3 3 /* 4 4 * Author: Tatu Ylonen <ylo@cs.hut.fi> ··· 16 16 #ifndef PACKET_H 17 17 #define PACKET_H 18 18 19 - #include <termios.h> 20 - 21 - #include <sys/signal.h> 22 19 #include <sys/queue.h> 20 + 21 + #include <signal.h> 22 + #include <termios.h> 23 23 24 24 #ifdef WITH_OPENSSL 25 25 #include <openssl/bn.h>