diff libgaim/imgstore.c @ 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 60b1bc8dbf37
children
line wrap: on
line diff
--- 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;