mirror of
https://github.com/linux-msm/qrtr.git
synced 2026-04-09 14:52:32 +02:00
lookup: alphabetize includes
Signed-off-by: Eric Caruso <ejcaruso@chromium.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
43723b6424
commit
366003c923
14
src/lookup.c
14
src/lookup.c
@@ -1,17 +1,17 @@
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <linux/qrtr.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/time.h>
|
||||
#include <linux/qrtr.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <err.h>
|
||||
|
||||
#include "libqrtr.h"
|
||||
#include "util.h"
|
||||
#include "ns.h"
|
||||
#include "util.h"
|
||||
|
||||
static const struct {
|
||||
unsigned int service;
|
||||
|
||||
Reference in New Issue
Block a user