# HG changeset patch # User Richard Laager # Date 1158548034 0 # Node ID 2a4a8b24de92c457b6001303706ce5c8f4c1bdfd # Parent 5d03b309b482d9801be9764ff8cba6ca5b32a67a [gaim-migrate @ 17301] SF Patch #1560154 from Patrick Cheung This changes two #include lines to #include "foo.h" for local headers. committer: Tailor Script diff -r 5d03b309b482 -r 2a4a8b24de92 COPYRIGHT --- a/COPYRIGHT Mon Sep 18 01:13:07 2006 +0000 +++ b/COPYRIGHT Mon Sep 18 02:53:54 2006 +0000 @@ -49,6 +49,7 @@ Cerulean Studios, LLC Jonathan Champ Christophe Chapuis +Patrick Cheung Ka-Hing Cheung Sadrul Habib Chowdhury Brian Chu diff -r 5d03b309b482 -r 2a4a8b24de92 libgaim/imgstore.c --- a/libgaim/imgstore.c Mon Sep 18 01:13:07 2006 +0000 +++ b/libgaim/imgstore.c Mon Sep 18 02:53:54 2006 +0000 @@ -25,8 +25,8 @@ */ #include -#include -#include +#include "debug.h" +#include "imgstore.h" static GSList *imgstore = NULL; static int nextid = 0;