mirror of
https://github.com/linux-msm/qrtr.git
synced 2025-12-23 21:46:28 +01:00
treewide: Include libqrtr.h as a global header
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
This commit is contained in:
committed by
Konrad Dybcio
parent
b6b586f3d0
commit
daf7f4cc32
@@ -28,12 +28,12 @@
|
||||
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <errno.h>
|
||||
#include <libqrtr.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libqrtr.h"
|
||||
#include "logging.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/time.h>
|
||||
#include <libqrtr.h>
|
||||
#include <linux/qrtr.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
@@ -9,7 +10,6 @@
|
||||
#include <errno.h>
|
||||
#include <poll.h>
|
||||
|
||||
#include "libqrtr.h"
|
||||
#include "logging.h"
|
||||
#include "ns.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <libqrtr.h>
|
||||
#include <linux/qrtr.h>
|
||||
#include <linux/netlink.h>
|
||||
#include <linux/rtnetlink.h>
|
||||
@@ -9,7 +10,6 @@
|
||||
#include <sys/socket.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "libqrtr.h"
|
||||
#include "logging.h"
|
||||
|
||||
void qrtr_set_address(uint32_t addr)
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <libgen.h>
|
||||
#include <libqrtr.h>
|
||||
#include <limits.h>
|
||||
#include <linux/netlink.h>
|
||||
#include <linux/rtnetlink.h>
|
||||
@@ -13,7 +14,6 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "addr.h"
|
||||
#include "libqrtr.h"
|
||||
#include "logging.h"
|
||||
|
||||
static void usage(const char *progname)
|
||||
|
||||
Reference in New Issue
Block a user