diff options
author | 2017-09-04 11:52:52 +0200 | |
---|---|---|
committer | 2017-09-14 14:04:51 +0200 | |
commit | e91bb69cb8d5f239f1ad1d1d920b2d0141e21b5c (patch) | |
tree | 3cfd2556e5b5a8c0f80c0de77762b2f2ccb76fea | |
parent | b4cf01ec167f17c5df96906741fb4c6690ed9164 (diff) |
remove json_object fwd decl
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
-rw-r--r-- | AFBClient.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/AFBClient.h b/AFBClient.h index b1694b8..05fa5a5 100644 --- a/AFBClient.h +++ b/AFBClient.h @@ -3,7 +3,6 @@ #include <functional> -struct json_object; struct afb_wsj1; struct sd_event; |