comparison src/audacious/platform/smartinclude.h @ 2313:3149d4b1a9a9 trunk

[svn] - objective-make autodepend fixes - move all sourcecode into src/ and adjust Makefiles accordingly
author nenolod
date Fri, 12 Jan 2007 11:43:40 -0800
parents
children af8b86badfdb
comparison
equal deleted inserted replaced
2312:e1a5a66fb9cc 2313:3149d4b1a9a9
1 /*
2 * Copyright (c) 2006-2007 William Pitcock <nenolod -at- nenolod.net>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 */
18
19 #include <gdk/gdk.h>
20
21 #ifdef GDK_WINDOWING_X11
22
23 # include <gdk/gdkx.h>
24 # include <X11/Xlib.h>
25 # include <X11/Xatom.h>
26
27 #endif
28
29 #ifdef GDK_WINDOWING_WIN32
30
31 # include <gdk/gdkwin32.h>
32
33 #endif
34
35 #include <gdk/gdkkeysyms.h>