mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +03:00
2010-10-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Made #include guard consistent for c++ header files.
This commit is contained in:
parent
6e88cae02b
commit
2b458da480
446 changed files with 1339 additions and 1335 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef _D_FIXED_NUMBER_RANDOMIZER_H_
|
||||
#define _D_FIXED_NUMBER_RANDOMIZER_H_
|
||||
#ifndef D_FIXED_NUMBER_RANDOMIZER_H
|
||||
#define D_FIXED_NUMBER_RANDOMIZER_H
|
||||
|
||||
#include "Randomizer.h"
|
||||
#include <cstdlib>
|
||||
|
@ -38,4 +38,4 @@ public:
|
|||
|
||||
} // namespace aria2
|
||||
|
||||
#endif // _D_FIXED_NUMBER_RANDOMIZER_H_
|
||||
#endif // D_FIXED_NUMBER_RANDOMIZER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue