changeset 27425:df7705d4b19a

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.
author Etan Reisner <pidgin@unreliablesource.net>
date Sat, 27 Jun 2009 18:12:10 +0000
parents 6ce4c8f80d04
children a42d6d83ec36
files libpurple/protocols/myspace/message.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);