Fix #include cycle in include/patty/kiss/tnc.h
This commit is contained in:
parent
00fd626757
commit
30b17d337b
3 changed files with 2 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <patty/ax25.h>
|
||||
#include <patty/bin/kiss.h>
|
||||
|
||||
int patty_bin_kiss_config(int argc,
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
#include <sys/types.h>
|
||||
#include <termios.h>
|
||||
|
||||
#include <patty/ax25.h>
|
||||
|
||||
#define PATTY_KISS_TNC_BUFSZ 4096
|
||||
#define PATTY_KISS_TNC_PORT 0
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
#include <sys/un.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <patty/ax25.h>
|
||||
#include <patty/kiss.h>
|
||||
#include <patty/kiss/tnc.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue