Commit 8ca3b73f authored by Lucas Russo's avatar Lucas Russo

src/libs/libbpmclient/*: move libhutils header to source file

This way, we don't need to distribute liberrhand header files
parent c6034b47
......@@ -14,7 +14,6 @@
/* External dependencies */
#include <czmq.h>
#include <malamute.h>
#include <hutils.h>
/* Internal libraries dependencies */
#include "acq_chan.h"
......
......@@ -8,6 +8,7 @@
#include "bpm_client.h"
/* Private headers */
#include "bpm_client_revision.h"
#include "hutils.h"
/* Stringify MACRO */
#define STRINGIFY(s) PRIMITIVE_STRINGIFY(s)
......
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