Don't include patty/ax25.h in includes
This commit is contained in:
parent
dacfa282e7
commit
58d9a37786
7 changed files with 7 additions and 5 deletions
3
bin/if.c
3
bin/if.c
|
@ -4,6 +4,9 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <patty/ax25.h>
|
||||
#include <patty/ax25/aprs_is.h>
|
||||
#include <patty/kiss/tnc.h>
|
||||
#include <patty/bin/if.h>
|
||||
|
||||
struct context {
|
||||
|
|
|
@ -103,8 +103,6 @@ typedef struct _patty_ax25_if patty_ax25_if;
|
|||
#include <patty/client.h>
|
||||
#include <patty/ax25/frame.h>
|
||||
#include <patty/ax25/if.h>
|
||||
#include <patty/kiss/tnc.h>
|
||||
#include <patty/ax25/aprs_is.h>
|
||||
#include <patty/ax25/route.h>
|
||||
#include <patty/ax25/sock.h>
|
||||
#include <patty/ax25/server.h>
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <patty/list.h>
|
||||
|
||||
#define PATTY_AX25_IF_DEFAULT_CLASSES \
|
||||
(PATTY_AX25_PARAM_CLASSES_HALF_DUPLEX)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef _PATTY_BIN_IF_H
|
||||
#define _PATTY_BIN_IF_H
|
||||
|
||||
#include <patty/ax25.h>
|
||||
#include <patty/ax25/if.h>
|
||||
#include <patty/error.h>
|
||||
|
||||
patty_ax25_if *patty_bin_if_create(int argc,
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include <sys/socket.h>
|
||||
|
||||
#include <patty/ax25.h>
|
||||
#include <patty/ax25/aprs_is.h>
|
||||
|
||||
enum state {
|
||||
APRS_IS_HEADER,
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
#include <errno.h>
|
||||
|
||||
#include <patty/ax25.h>
|
||||
#include <patty/kiss/tnc.h>
|
||||
#include <patty/hash.h>
|
||||
|
||||
typedef int (*patty_ax25_server_call)(patty_ax25_server *, int);
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
#include <patty/ax25.h>
|
||||
#include <patty/kiss.h>
|
||||
#include <patty/kiss/tnc.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue