summaryrefslogtreecommitdiff
path: root/libpurple/nat-pmp.h
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2007-05-05 14:50:00 +0000
committerRichard Laager <rlaager@pidgin.im>2007-05-05 14:50:00 +0000
commit3e9e80ec251b25c57b2971afcfa6bf7f49a1bf45 (patch)
tree3b07fea2879c2b74547d8e5b4303ee1e77a1dddf /libpurple/nat-pmp.h
parent8de2639ef6fa1e81c880f3ee1dd9007c39a474b9 (diff)
downloadpidgin-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.h1
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 */