Skip to content

Commit

Permalink
libflux/security: drop extraneous munge.h include
Browse files Browse the repository at this point in the history
Problem: although flux-core's direct dependency on libmunge
was dropped, one include of munge.h was left.

Remove it.

Fixes #1794
  • Loading branch information
garlick committed Nov 6, 2018
1 parent 73678c0 commit ddd7a88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/libflux/security.c
Expand Up @@ -32,7 +32,6 @@
#include <unistd.h>
#include <getopt.h>
#include <libgen.h>
#include <munge.h>
#include <czmq.h>

#include "security.h"
Expand Down

0 comments on commit ddd7a88

Please sign in to comment.