Including internal.h here fixed a Windows build ages ago but struck me as odd

Sat, 27 Jun 2009 18:12:10 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Sat, 27 Jun 2009 18:12:10 +0000
changeset 27599
6d7542e2528d
parent 27598
92eb3a61465b
child 27600
3dc3d3b901ab

Including internal.h here fixed a Windows build ages ago but struck me as odd
at the time, this seems to work for me just as well.

libpurple/protocols/myspace/message.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/myspace/message.c	Sat Jun 27 00:11:53 2009 +0000
+++ b/libpurple/protocols/myspace/message.c	Sat Jun 27 18:12:10 2009 +0000
@@ -19,9 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 
-#include "internal.h"
+#include "myspace.h"
 #include "message.h"
-#include "myspace.h"
 
 static void msim_msg_debug_string_element(gpointer data, gpointer user_data);
 

mercurial