Low: sanitize import of <qb/qbarray.h> symbols

This commit is contained in:
Jan Pokorný 2016-10-17 17:14:33 +02:00
parent b7f6dae97a
commit c1c26c94cb
No known key found for this signature in database
GPG Key ID: 61BBB23A9E8F8DE2
5 changed files with 3 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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

View File

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