diff options
Diffstat (limited to 'proto/bmp/buffer.h')
-rw-r--r-- | proto/bmp/buffer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/proto/bmp/buffer.h b/proto/bmp/buffer.h index 07eb4e9c..f752cf5d 100644 --- a/proto/bmp/buffer.h +++ b/proto/bmp/buffer.h @@ -10,7 +10,6 @@ #define _BIRD_BMP_BUFFER_H_ #include "proto/bmp/bmp.h" -#include "proto/bmp/utils.h" #include <stdlib.h> @@ -75,4 +74,4 @@ BMP_DEFINE_PUT_FUNC(ip6, ip6_addr) void bmp_put_data(buffer *buf, const void *src, const size_t n); -#endif /* _BIRD_BMP_BUFFER_H_ */
\ No newline at end of file +#endif /* _BIRD_BMP_BUFFER_H_ */ |