diff options
Diffstat (limited to 'src/lib/cc/torint.h')
-rw-r--r-- | src/lib/cc/torint.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/lib/cc/torint.h b/src/lib/cc/torint.h index 91db25833b..b97fc8d975 100644 --- a/src/lib/cc/torint.h +++ b/src/lib/cc/torint.h @@ -5,18 +5,13 @@ /** * \file torint.h - * \brief Header file to define uint32_t and friends + * + * \brief Integer definitions used throughout Tor. **/ #ifndef TOR_TORINT_H #define TOR_TORINT_H -/** - * \file torint.h - * - * \brief Integer definitions used throughout Tor. - **/ - #include "orconfig.h" #include <stdint.h> |