diff options
author | Richard Laager <rlaager@pidgin.im> | 2007-05-05 14:50:00 +0000 |
---|---|---|
committer | Richard Laager <rlaager@pidgin.im> | 2007-05-05 14:50:00 +0000 |
commit | 3e9e80ec251b25c57b2971afcfa6bf7f49a1bf45 (patch) | |
tree | 3b07fea2879c2b74547d8e5b4303ee1e77a1dddf /libpurple/nat-pmp.h | |
parent | 8de2639ef6fa1e81c880f3ee1dd9007c39a474b9 (diff) | |
download | pidgin-3e9e80ec251b25c57b2971afcfa6bf7f49a1bf45.tar.gz |
Change the nat-pmp code to use glib's integer types instead of those from
stdint.h. Also, remove the err.h #include which doesn't seem to be needed.
Diffstat (limited to 'libpurple/nat-pmp.h')
-rw-r--r-- | libpurple/nat-pmp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpurple/nat-pmp.h b/libpurple/nat-pmp.h index 953787d556..3680815489 100644 --- a/libpurple/nat-pmp.h +++ b/libpurple/nat-pmp.h @@ -31,7 +31,6 @@ #ifndef _PURPLE_NAT_PMP_H #define _PURPLE_NAT_PMP_H -#include <stdint.h> #include <glib.h> #define PURPLE_PMP_LIFETIME 3600 /* 3600 seconds */ |