summaryrefslogtreecommitdiffstats
path: root/AFBClient.h
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-14 14:04:40 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-14 14:04:40 +0200
commit4206071440384c5336d720475800bc4dbf9414cc (patch)
tree2af565bb913feb0a8887a774b3fc6a4a72fd34ba /AFBClient.h
parentbd5fbcc6a43098dd28ff0b44ab8ca8a8a724d3b0 (diff)
Remove the AFB definition
original author is Aurelian. Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'AFBClient.h')
-rw-r--r--AFBClient.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/AFBClient.h b/AFBClient.h
index c816e97..f6ad965 100644
--- a/AFBClient.h
+++ b/AFBClient.h
@@ -3,7 +3,6 @@
#include <systemd/sd-event.h>
-#ifdef AFB
extern "C"
{
#include <json-c/json.h>
@@ -11,7 +10,6 @@ extern "C"
#include "afb-wsj1.h"
#include "afb-ws-client.h"
}
-#endif
class AFBClient
{