1
0
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:
Rolf Winter
2016-05-26 18:11:48 +02:00
committed by Matias Fontanini
parent 6b7bc76603
commit 5b00916f83
3 changed files with 1 additions and 4 deletions

View File

@@ -35,7 +35,6 @@
#include <stdint.h>
#include "macros.h"
#include "pdu.h"
#include "macros.h"
#include "endianness.h"
namespace Tins {

View File

@@ -36,7 +36,6 @@
#include "macros.h"
#include "cxxstd.h"
#include "exceptions.h"
#include "macros.h"
/** \brief The Tins namespace.
*/

View File

@@ -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);