comparison finch/finch.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 74e487f82f39
children cc8f641d2fde
comparison
equal deleted inserted replaced
27586:0f48945aa77f 27587:f7c5bb2f6623
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 */ 21 */
22 #include "finch.h" 22 #include "finch.h"
23 #include <internal.h>
23 24
24 #include "account.h" 25 #include "account.h"
25 #include "conversation.h" 26 #include "conversation.h"
26 #include "core.h" 27 #include "core.h"
27 #include "debug.h" 28 #include "debug.h"