summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/msgpack-c/include/msgpack.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/lib/msgpack-c/include/msgpack.h')
-rw-r--r--fluent-bit/lib/msgpack-c/include/msgpack.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/fluent-bit/lib/msgpack-c/include/msgpack.h b/fluent-bit/lib/msgpack-c/include/msgpack.h
deleted file mode 100644
index af557a5cd..000000000
--- a/fluent-bit/lib/msgpack-c/include/msgpack.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * MessagePack for C
- *
- * Copyright (C) 2008-2009 FURUHASHI Sadayuki
- *
- * Distributed under the Boost Software License, Version 1.0.
- * (See accompanying file LICENSE_1_0.txt or copy at
- * http://www.boost.org/LICENSE_1_0.txt)
- */
-/**
- * @defgroup msgpack MessagePack C
- * @{
- * @}
- */
-
-#include "msgpack/util.h"
-#include "msgpack/object.h"
-#include "msgpack/zone.h"
-#include "msgpack/pack.h"
-#include "msgpack/unpack.h"
-#include "msgpack/sbuffer.h"
-#include "msgpack/vrefbuffer.h"
-#include "msgpack/version.h"
-