diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-06-19 20:58:44 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 |
| commit | 247dcce2b5676abbd0109bdc2d74c36dff73609c (patch) | |
| tree | 0e8fecea425d5ada4dab2a199b23108c193f1a27 /zebra/zebra_errors.h | |
| parent | 313d7993a35571dabf8c2b2ecdf538b0686aae74 (diff) | |
*: fix source file headers & includes for errcodes
* Use the correct license header
* Stop headers from including themselves
* Use uniform relative include conventions
* Ensure that sources include what they use
* Turn off clang-format around struct array blocks
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_errors.h')
| -rw-r--r-- | zebra/zebra_errors.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zebra/zebra_errors.h b/zebra/zebra_errors.h index eea7af5c58..66771a33d6 100644 --- a/zebra/zebra_errors.h +++ b/zebra/zebra_errors.h @@ -21,8 +21,7 @@ #ifndef __ZEBRA_ERRORS_H__ #define __ZEBRA_ERRORS_H__ -#include <zebra.h> -#include "ferr.h" +#include "lib/ferr.h" enum zebra_ferr_refs { ZEBRA_ERR_LM_RESPONSE, |
