Commit 53a26a58 authored by Lucas Russo's avatar Lucas Russo

src/libs/*: sanitize library dependencies/headers

parent dccde31b
......@@ -4,6 +4,5 @@ Project Dependencies:
libdisptable
Foreign Dependencies:
libmlm
libczmq
libzmq
libmlm
......@@ -14,10 +14,12 @@
/* External dependencies */
#include <czmq.h>
#include <malamute.h>
#include <errhand.h>
#include <hutils.h>
#include <disptable.h>
/* Internal libraries dependencies */
#include "acq_chan.h"
#include "disptable.h"
#include "sm_io_codes.h"
/* BPM version macros for compile-time API detection */
......
......@@ -2,3 +2,4 @@ Project Dependencies:
liberrhand
Foreign Dependencies:
czmq
Project Dependencies:
liberrhand
libconvc
Foreign Dependencies:
libPciDriver
czmq
libPciDriver # For PCIe devices only
......@@ -12,8 +12,9 @@
#include "ll_io_prelude.h"
/* External dependencies */
#include <convc.h>
#include <czmq.h>
#include <errhand.h>
#include <convc.h>
/* BPM version macros for compile-time API detection */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment