mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
fixed: superfluous includes, docu (#148)
This commit is contained in:
committed by
Matias Fontanini
parent
6b7bc76603
commit
5b00916f83
@@ -35,7 +35,6 @@
|
||||
#include <stdint.h>
|
||||
#include "macros.h"
|
||||
#include "pdu.h"
|
||||
#include "macros.h"
|
||||
#include "endianness.h"
|
||||
|
||||
namespace Tins {
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
#include "macros.h"
|
||||
#include "cxxstd.h"
|
||||
#include "exceptions.h"
|
||||
#include "macros.h"
|
||||
|
||||
/** \brief The Tins namespace.
|
||||
*/
|
||||
|
||||
@@ -145,9 +145,8 @@ public:
|
||||
void sport(uint16_t new_sport);
|
||||
|
||||
/**
|
||||
* \brief Getter for the length field.
|
||||
* \brief Set the length field.
|
||||
* \param new_len The new length field.
|
||||
* \return The length field.
|
||||
*/
|
||||
void length(uint16_t new_len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user