comparison finch/gntcertmgr.c @ 27663:f7c5bb2f6623

Don't include an internal header in the public finch headers. Fixes #9539.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 18 Jul 2009 04:24:47 +0000
parents 8233bbcf3e86
children 259bbfb423d4
comparison
equal deleted inserted replaced
27662:0f48945aa77f 27663:f7c5bb2f6623
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 * 25 *
26 */ 26 */
27 27
28 #include "finch.h" 28 #include "finch.h"
29 #include <internal.h>
29 30
30 #include "certificate.h" 31 #include "certificate.h"
31 #include "debug.h" 32 #include "debug.h"
32 #include "notify.h" 33 #include "notify.h"
33 #include "request.h" 34 #include "request.h"