summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-06-19 16:28:04 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-08-14 20:02:05 +0000
commit30b0312cc177a1f7ea4949c5db1e5a1c6c33c9cb (patch)
tree0058f88896f3f3512361cf9a4a12617c4ab76c69 /lib
parent518e377f395ccd83aa084cebace6ea340afd83b0 (diff)
lib: Remove unnecessary zebra.h include
lib_errors.c does not need to include zebra.h, so remove Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/lib_errors.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/lib_errors.c b/lib/lib_errors.c
index 1faee603c2..f53ff4e016 100644
--- a/lib/lib_errors.c
+++ b/lib/lib_errors.c
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <zebra.h>
#include <lib_errors.h>
/* clang-format off */