mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-08-08 11:14:07 +00:00
Low: sanitize import of <qb/qbarray.h> symbols
This commit is contained in:
parent
b7f6dae97a
commit
c1c26c94cb
@ -21,6 +21,7 @@
|
||||
#include "os_base.h"
|
||||
#include <signal.h>
|
||||
|
||||
#include <qb/qbarray.h>
|
||||
#include <qb/qbdefs.h>
|
||||
#include <qb/qbutil.h>
|
||||
#include <qb/qblog.h>
|
||||
|
||||
@ -32,7 +32,6 @@ extern "C" {
|
||||
#include <pthread.h>
|
||||
#include <sys/poll.h>
|
||||
#include <sys/socket.h>
|
||||
#include <qb/qbhdb.h>
|
||||
#include <qb/qbipc_common.h>
|
||||
|
||||
/**
|
||||
|
||||
@ -32,7 +32,6 @@ extern "C" {
|
||||
#include <stdlib.h>
|
||||
#include <sys/uio.h>
|
||||
#include <qb/qbipc_common.h>
|
||||
#include <qb/qbhdb.h>
|
||||
#include <qb/qbloop.h>
|
||||
|
||||
/**
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
#include "os_base.h"
|
||||
#include <signal.h>
|
||||
|
||||
#include <qb/qbarray.h>
|
||||
#include <qb/qbdefs.h>
|
||||
#include <qb/qblog.h>
|
||||
#include <qb/qbutil.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user