Don't include patty/ax25.h in includes

This commit is contained in:
XANTRONIX Development 2020-10-19 21:42:45 -04:00 committed by XANTRONIX Industrial
parent dacfa282e7
commit 58d9a37786
7 changed files with 7 additions and 5 deletions

View file

@ -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 {

View file

@ -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>

View file

@ -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)

View file

@ -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,

View file

@ -9,6 +9,7 @@
#include <sys/socket.h>
#include <patty/ax25.h>
#include <patty/ax25/aprs_is.h>
enum state {
APRS_IS_HEADER,

View file

@ -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);

View file

@ -13,6 +13,7 @@
#include <patty/ax25.h>
#include <patty/kiss.h>
#include <patty/kiss/tnc.h>
#include "config.h"