comparison src/stock.c @ 5872:059d95c67cda

[gaim-migrate @ 6304] The legendary Header File Cleanup! Files now only include what they need. This should reduce the number of files that must recompile when a header file changes. It's a lot nicer. Trust me on it. I also added a couple new header files. I hope I didn't break TOO much! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:21:02 +0000
parents 849bb39357a1
children 5cd7a10c6ade
comparison
equal deleted inserted replaced
5871:508adf90fbb9 5872:059d95c67cda
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 * 21 *
22 */ 22 */
23 #include "internal.h"
24
23 #include "stock.h" 25 #include "stock.h"
24 #include "core.h"
25 #include <gtk/gtk.h>
26 #include <string.h>
27
28 #ifdef _WIN32
29 #include "win32dep.h"
30 #endif
31 26
32 static struct StockIcon 27 static struct StockIcon
33 { 28 {
34 const char *name; 29 const char *name;
35 const char *dir; 30 const char *dir;