changeset 14577:2a4a8b24de92

[gaim-migrate @ 17301] SF Patch #1560154 from Patrick Cheung This changes two #include <foo.h> lines to #include "foo.h" for local headers. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 18 Sep 2006 02:53:54 +0000
parents 5d03b309b482
children 60845d332ea6
files COPYRIGHT libgaim/imgstore.c
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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 <glib.h>
-#include <debug.h>
-#include <imgstore.h>
+#include "debug.h"
+#include "imgstore.h"
 
 static GSList *imgstore = NULL;
 static int nextid = 0;