Skip to content

Commit

Permalink
out_null: remove header dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Dec 16, 2016
1 parent 7deee24 commit 1188b86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ REGISTER_OUT_PLUGIN("out_td")
REGISTER_OUT_PLUGIN("out_lib")
REGISTER_OUT_PLUGIN("out_flowcounter")

if(ENABLE_TESTS)
REGISTER_OUT_PLUGIN("out_null")
endif()

# Register external input and output plugins
if(EXT_IN_PLUGINS)
string(REPLACE "," ";" plugins ${EXT_IN_PLUGINS})
Expand Down
6 changes: 0 additions & 6 deletions plugins/out_null/null.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
* limitations under the License.
*/

#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

#include <fluent-bit/flb_output.h>

int cb_null_init(struct flb_output_instance *ins,
Expand Down

0 comments on commit 1188b86

Please sign in to comment.