1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Modified header guards so they don't use reserved names containing double underscores.

This commit is contained in:
Matias Fontanini
2012-08-02 16:00:56 -03:00
parent cb81c65640
commit 383deb8641
19 changed files with 80 additions and 57 deletions

View File

@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __TCP_H
#define __TCP_H
#ifndef TINS_TCP_H
#define TINS_TCP_H
#include <list>
@@ -465,4 +465,4 @@ namespace Tins {
};
};
#endif
#endif // TINS_TCP_H