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 @@ ...@@ -14,7 +14,6 @@
/* External dependencies */ /* External dependencies */
#include <czmq.h> #include <czmq.h>
#include <malamute.h> #include <malamute.h>
#include <hutils.h>
/* Internal libraries dependencies */ /* Internal libraries dependencies */
#include "acq_chan.h" #include "acq_chan.h"
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include "bpm_client.h" #include "bpm_client.h"
/* Private headers */ /* Private headers */
#include "bpm_client_revision.h" #include "bpm_client_revision.h"
#include "hutils.h"
/* Stringify MACRO */ /* Stringify MACRO */
#define STRINGIFY(s) PRIMITIVE_STRINGIFY(s) #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