comparison finch/gntblist.c @ 27587: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 01f1929d0936
children 13f555d07a3f
comparison
equal deleted inserted replaced
27586:0f48945aa77f 27587:f7c5bb2f6623
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
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 #include "finch.h" 26 #include "finch.h"
27 #include <internal.h>
27 28
28 #include <account.h> 29 #include <account.h>
29 #include <blist.h> 30 #include <blist.h>
30 #include <log.h> 31 #include <log.h>
31 #include <notify.h> 32 #include <notify.h>